Form validation requirements

Issues related to forms.
Post Reply
bubblegumweb
 
 
Posts: 226
Joined: Sat May 30, 2015 7:15 am

Form validation requirements

Post 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/
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form validation requirements

Post 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
bubblegumweb
 
 
Posts: 226
Joined: Sat May 30, 2015 7:15 am

Re: Form validation requirements

Post 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
bubblegumweb
 
 
Posts: 226
Joined: Sat May 30, 2015 7:15 am

Re: Form validation requirements

Post 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
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form validation requirements

Post by Pablo »

You have set the type to 'listbox', it should be 'combobox'.
bubblegumweb
 
 
Posts: 226
Joined: Sat May 30, 2015 7:15 am

Re: Form validation requirements

Post by bubblegumweb »

All seems to be working now. Many thanks for your help Pablo. Cheers.
Post Reply