Please why Guest name before form details?

More
8 years 11 months ago #5713 by kotsifas
Replied by kotsifas on topic Please why Guest name before form details?
Phenotype you could create folder override to templates/your_template/html/layouts/com_solidres/asset/roomtypeform.php and save there your changes, so when an update comes your saved changes will be there. Could you please post your solution? What part did you remove? Thanks

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5714 by kotsifas
Replied by kotsifas on topic Please why Guest name before form details?
ok found it.
For anyone interested go to roomtypeform.php at line 173
<input name="jform[room_types][<?php echo $roomTypeId ?>][<?php echo $displayData['tariffId'] ?>][<?php echo $i ?>][guest_fullname]"
							   required
							   type="text"
							   value="<?php echo(isset($currentRoomIndex['guest_fullname']) ? $currentRoomIndex['guest_fullname'] : '') ?>"
							   class="span10"
							   placeholder="<?php echo JText::_('SR_GUEST_NAME') ?>"/>
and remove it.
Thats it, no more guest name.
The following user(s) said Thank You: bsejour

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?