Hello Pablo,
How to add "agree to terms" checkbox to form? Only by agreeing to terms someone should be able to submit message.
Bests
P
Agree to terms checkbox
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
Re: Agree to terms checkbox
You can use conditions to implement this:
http://www.wysiwygwebbuilder.com/conditions.html
http://www.wysiwygwebbuilder.com/conditions.html
Re: Agree to terms checkbox
Thank You,
I followed instructions and it works,
but succes/error dialog stopped to show up after cliking submit button...
I have no what did I screwd up...
P
Here is wwb file with what I've done:
/link removed/
I followed instructions and it works,
but succes/error dialog stopped to show up after cliking submit button...
I have no what did I screwd up...
P
Here is wwb file with what I've done:
/link removed/
Last edited by piotrh on Tue Aug 11, 2020 9:32 am, edited 1 time in total.
Re: Agree to terms checkbox
I cannot open your project.
Can you please remove all extensions and other non relevant content?
Can you please remove all extensions and other non relevant content?
Re: Agree to terms checkbox
There was no other than official extensions there,
but I removed all what is not part of form.
You can download now, I've re-upladed file.
P
but I removed all what is not part of form.
You can download now, I've re-upladed file.
P
Re: Agree to terms checkbox
In 'Editbox3' there is an error in your validation settings.
If you set a minimum then the maximum value cannot be empty.
If you set a minimum then the maximum value cannot be empty.
Re: Agree to terms checkbox
Pablo,
When I added maximum value - error/succes is still not showing up. But when I removed minimum and maximum value, its working.
I still dont know how to configure this object to work and correctly validate the phone number.
I also have 2 more questuions:
How to make form empty after sucessfully sending a message? Now all fields are still ocuppied with data, after message was send.
How to make submit button gray while being disabled and turn to different color after checkbox has been checked?
P
When I added maximum value - error/succes is still not showing up. But when I removed minimum and maximum value, its working.
I still dont know how to configure this object to work and correctly validate the phone number.
I also have 2 more questuions:
How to make form empty after sucessfully sending a message? Now all fields are still ocuppied with data, after message was send.
How to make submit button gray while being disabled and turn to different color after checkbox has been checked?
P
Re: Agree to terms checkbox
To make this work, please make sure you enter values that make sense.
When you set a minimum you will also have to set a maximum.
Also, in 'Numeric format' you did not enter any values.
http://wysiwygwebbuilder.com/pseudoclasses.html
:disabled can be used disabled objects.
:checked can be used for checked objects.
More info:
https://www.w3schools.com/css/css_pseudo_classes.asp
When you set a minimum you will also have to set a maximum.
Also, in 'Numeric format' you did not enter any values.
This require a custom script.How to make form empty after successfully sending a message?
You can use pseudo classes to implement styles for different states.How to make submit button gray while being disabled
http://wysiwygwebbuilder.com/pseudoclasses.html
:disabled can be used disabled objects.
:checked can be used for checked objects.
More info:
https://www.w3schools.com/css/css_pseudo_classes.asp
Re: Agree to terms checkbox
Thank You, I'll try to dig deeper into it.
If the form stays ocuppied with data, does it mean that site uses cookies already?
P
Would be nice if WWB had option to do thatThis require a custom script.
If the form stays ocuppied with data, does it mean that site uses cookies already?
P
Re: Agree to terms checkbox
Or the browser is configured to use 'auto complete'If the form stays ocuppied with data, does it mean that site uses cookies already?