- Posts: 45
- Thank you received: 0
Hot Appointment module in Hot Teeth Template
-
Enopho
Inactive member - Topic Author
- Member
Less
More
8 years 11 months ago #46221
by Enopho
Replied by Enopho on topic Hot Appointment module in Hot Teeth Template
Thats great Milos
Thankyou! can that div also include the captcha as well or is that not possible?
Really appreciate your help.
Eno
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
Less
More
- Posts: 6744
- Thank you received: 716
8 years 11 months ago #46222
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
Hello,
Try this, edit file /modules/mod_hot_appointment/mod_hot_appointment.php:
1. Delete this line (around line 184):
2. Change these lines (around line 182):
to this:
Regards
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>';
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
Less
More
- Posts: 45
- Thank you received: 0
8 years 11 months ago #46224
by Enopho
Replied by Enopho on topic Hot Appointment module in Hot Teeth Template
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
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
Less
More
- Posts: 6744
- Thank you received: 716
8 years 11 months ago #46226
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
Hi Eno,
My access is not working anymore. I can't see your site.
Thanks
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
Less
More
- Posts: 45
- Thank you received: 0
8 years 11 months ago #46228
by Enopho
Replied by Enopho on topic Hot Appointment module in Hot Teeth Template
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
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
Less
More
- Posts: 6744
- Thank you received: 716
8 years 11 months ago #46229
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
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 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