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
-
-
- Posts: 11
- Joined: Sat Jan 07, 2023 12:59 pm
*** SOLVED*** Captcha, right hand side border missing
Last edited by ncj71 on Wed Mar 01, 2023 4:11 pm, edited 1 time in total.
- Pablo
- Posts: 23687
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.
-
-
- Posts: 11
- Joined: Sat Jan 07, 2023 12:59 pm
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
- crispy68
-
- Posts: 3093
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
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>
-
-
- Posts: 11
- Joined: Sat Jan 07, 2023 12:59 pm
Re: Captcha, right hand side border missing
Many thanks crispy68, worked a treat 
