Page 1 of 1

Form validation requirements

Posted: Thu Feb 11, 2021 12:00 pm
by bubblegumweb
Hi all,
I'm working on a website that has a contact form on it along with some more checkboxes that need to be filled in before the form will send the information. The main contact form works just fine if the fields are not all filled in, however, the tyre profile selection boxes in blue won't give a popup box saying "Please enter a value"? if the send message button is pressed and no selection has been selected on the tyre profile inputs.

The form still sends all the contact details along with all the tyre profile information just fine, I just can not get the tyre profile selections to throw up an error before allowing to send the form? Any ideas please?

Here is the sample website in question. www.visionwebdesign.co.uk/tyres/

Re: Form validation requirements

Posted: Thu Feb 11, 2021 12:08 pm
by Pablo
Did you enable 'disallow first choice'?

Note that I cannot see what you have done based on the HTML code.
If you need help then always share a demo project.
Related FAQ: https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: Form validation requirements

Posted: Thu Feb 11, 2021 4:32 pm
by bubblegumweb
Hi Pablo,
thanks for replying. Yes, I enabled Disallow first choice in the selection boxes. I will upload a project file for you guys to have a look at shortly and hopefully, you can advise why my form is still sending when some boxes have no selections chosen.

Regards
Gary

Re: Form validation requirements

Posted: Thu Feb 11, 2021 4:39 pm
by bubblegumweb
Hi Pablo,

Here is the path to the project file with just the form in it for you to have a look at.

www.visionwebdesign.co.uk/pablo/form_va ... _error.wbs

Thanks

Re: Form validation requirements

Posted: Thu Feb 11, 2021 4:59 pm
by Pablo
You have set the type to 'listbox', it should be 'combobox'.

Re: Form validation requirements

Posted: Thu Feb 11, 2021 5:30 pm
by bubblegumweb
All seems to be working now. Many thanks for your help Pablo. Cheers.