Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me
Support forum for users using free edition of Book it!. These forums are for mutual help among users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it. .
  • Page:
  • 1
  • 2

TOPIC: Bug CITY

Re: Bug CITY 10 years, 11 months ago #38271

Thos is the text in the component:
<td class="key"><?php echo AHtml::displayLabel($document, $config, 'rsCity', 'city', 'City'); ?></td>
<td><input class="text_area" type="text" name="city" id="city" size="60" maxlength="255" value="<?php echo $this->reservation->city; ?>" /></td>



Would you like , I change it by :
<td class="key"><?php echo AHtml::displayLabel($document, $config, 'rsCity', 'city', 'City'); ?></td>
<td><input class="text_area" type="text" name="city" id="message" size="60" maxlength="255" value="<?php echo $this->reservation->city; ?>" /></td>
Thanks a lot for helping us.

Re: Bug CITY 10 years, 11 months ago #38278

there is the text in the component:
<td class="key"><?php echo AHtml::displayLabel($document, $config, 'rsCity', 'city', 'City'); ?></td>
<td><input class="text_area" type="text" name="city" id="city" size="60" maxlength="255" value="<?php echo $this->reservation->city; ?>" /></td>


Would you like this correction ?
<td class="key"><?php echo AHtml::displayLabel($document, $config, 'rsCity', 'city', 'City'); ?></td>
<td><input class="text_area" type="text" name="city" id="message" size="60" maxlength="255" value="<?php echo $this->reservation->city; ?>" /></td>
Thanks a lot for helping us.

Re: Bug CITY 10 years, 11 months ago #38284

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

No, this code you posted is for city and it is correct.

Find this part of code: name="message and there is used id="city". It should be modified to id="message" because name is also message. It should be around line 400 of that file.
ARTIO Support Team

Re: Bug CITY 10 years, 11 months ago #38297

this is my correction . Can you verify ? :
<td><input class="text_area" type="text" name="message[<?php echo $id;?>]" id="message" size="60" maxlength="255" value="" /></td>
Thanks a lot for helping us.

Re: Bug CITY 10 years, 11 months ago #38454

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

Does it work for you? I didn't find any problem in your last correction.
ARTIO Support Team
Last Edit: 10 years, 11 months ago by maju.
  • Page:
  • 1
  • 2
User Login Empty