Hello everyone,
I seem to have a problem with captcha.
The box that you enter details in, the right hand side of the border is missing when previewing the webpage.
https://nickwebdesign.net/blog/captcha.wbs
Any thoughts as to why border is not showing?
*** SOLVED*** Captcha, right hand side border missing
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
*** SOLVED*** Captcha, right hand side border missing
Last edited by ncj71 on Wed Mar 01, 2023 4:11 pm, edited 1 time in total.
Re: Captcha, right hand side border missing
captcha does not work in preview because it requires PHP.
So, you will need to publish the page to try it.
So, you will need to publish the page to try it.
Re: Captcha, right hand side border missing
Hi Pablo,
Thanks for your reply.
Saved page as .php, uploaded to web server.
Unfortunately, right hand border still does not appear
https://nickwebdesign.net/captcha/page1.php
Regards
Nick
Thanks for your reply.
Saved page as .php, uploaded to web server.
Unfortunately, right hand border still does not appear
https://nickwebdesign.net/captcha/page1.php
Regards
Nick
Re: Captcha, right hand side border missing
You can try adding the following CSS code between the <head> tags:
Change "Captcha1" above to the ID name of your captcha.
Code: Select all
<style>
#Captcha1{box-sizing:border-box;}
</style>
Re: Captcha, right hand side border missing
Many thanks crispy68, worked a treat