Hot Appointment module in Hot Teeth Template

  • Enopho
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #46221 by Enopho
Thats great Milos

Thankyou! can that div also include the captcha as well or is that not possible?

Really appreciate your help.

Eno

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago #46222 by milos
Hello,

Try this, edit file /modules/mod_hot_appointment/mod_hot_appointment.php:

1. Delete this line (around line 184):
Code:
//print anti-spam if ($enable_anti_spam) { if ($anti_spam_position == 1) { print '<div style="text-align:center">' . $emptycell.'<input class="hot_appointment inputbox antispam ' . $mod_class_suffix . '" type="text" name="rp_anti_spam_answer" size="' . $emailWidth . '" value="'.$CORRECT_ANTISPAM_ANSWER.'" placeholder="'.$myAntiSpamQuestion.'" /></div>' . "\n"; } }

2. Change these lines (around line 182):
Code:
// print message input print '<input class="hot_appointment button ' . $mod_class_suffix . '" type="submit" value="' . $buttonText . '" /></div><div class="clr"></div>';
to this:
Code:
// print message input print '<input class="hot_appointment button ' . $mod_class_suffix . '" type="submit" value="' . $buttonText . '" /></div><div class="clr">'; //print anti-spam if ($enable_anti_spam) { if ($anti_spam_position == 1) { print '<div style="text-align:center">' . $emptycell.'<input class="hot_appointment inputbox antispam ' . $mod_class_suffix . '" type="text" name="rp_anti_spam_answer" size="' . $emailWidth . '" value="'.$CORRECT_ANTISPAM_ANSWER.'" placeholder="'.$myAntiSpamQuestion.'" /></div>' . "\n"; } } print '</div>';

Regards

Please Log in to join the conversation.

  • Enopho
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #46224 by Enopho
Hi Milos,

made the changes as you suggested. The captcha is still showing outside of the blue background of the form? any other suggestions please?

Thanks

Eno

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago #46226 by milos
Hi Eno,

My access is not working anymore. I can't see your site.

Thanks

Please Log in to join the conversation.

  • Enopho
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #46228 by Enopho
Sorry Milos,

Out of security best practice i disabled the account when you finished with it last time.. i have enabled it again, same user and password. sorry about that.

Eno

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 years 11 months ago #46229 by milos
Hello,

Please login to your account hot-themes.com/members/clientarea.php and open a support ticket. In this ticket, please attach file mod_hot_appointment.php that's currently on your server. I need to check what's wrong in code.

Thanks

Please Log in to join the conversation.

Time to create page: 0.084 seconds
Powered by Kunena Forum