Page 1 of 1
Contct Us CSS
Posted: Thu Dec 10, 2020 3:36 pm
by windsurfer
I made a page with a contact us form, i created a style and assigned the style to the labels on the form.
When I display the form the style gets assigned to the label
<label class="contact_us_labels" for="Editbox1" id="Label1" style="position:absolute;left:10px;top:15px;width:102px;height:24px;line-height:16px;z-index:0;">Name:</label>
But the style is not applied.
The style i created is in the site css file but not in the css file for the page. When i dump the style into the form css file it gets applied correctly,
Why would that happen ?
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 3:57 pm
by Pablo
It seems to work correct when I try it.
Do you have a demo project?
Please read:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 4:25 pm
by windsurfer
Hi Pablo
I had the form on a layer so when i tried it without the form on a layer it seems to working okay.
Sorry for the trouble.
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 4:58 pm
by windsurfer
I did get the form to work properly but i put the recaptcha V2 in the contact us form and when i show the page i can fill it out and hit the I'n not a robt and the checkmark comes up but then when i hit send i get a recaptcha error that the code is incorrect.
Why would it do that ?
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 6:25 pm
by Pablo
It is difficult to help you without seeing what your exact settings are.
Make sure your webhost supports PHP 7.
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 6:58 pm
by windsurfer
Webhost is at 7.3 PHP and working fine on one of my other sites. File extension is PHP
Recaptcha code is correct and checked twice.
As far as the form is concerned i don't have any custom settings that i can think of. The only thing i have is a shape behind the form just for a background but i tried it without that and still not working.
https://www.cvitp.ca/contact-us.php
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 8:58 pm
by Pablo
Everything seesm to be OK,
But why aren't you using the built reCAPTCHA ?
It is better integrated than the extension.
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 9:47 pm
by windsurfer
I see captcha but not recaptcha in the toolbox. I use version 15.4
Re: Contct Us CSS
Posted: Thu Dec 10, 2020 10:29 pm
by windsurfer
That is to say other than the extension i downloaded in the programs extension manager.
Re: Contct Us CSS
Posted: Fri Dec 11, 2020 7:17 am
by Pablo
Recaptcha v2 (and v3) is available in version 16.
Unfortunately, I cannot give support on (free) extensions. But I would not have shared it if it didn't work.
Re: Contct Us CSS
Posted: Fri Dec 11, 2020 12:41 pm
by windsurfer
I just installed version 16 and i don't see the recaptcha available there in the toolbox unless i add it as an extension, so would it act differently then ?
Re: Contct Us CSS
Posted: Fri Dec 11, 2020 1:00 pm
by Pablo
Re: Contct Us CSS
Posted: Fri Dec 11, 2020 3:33 pm
by windsurfer
Ya, that works