This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Forms

I am making a form for racers to register online. How can I make it so that they can't leave an answer blank?

I want all fields to be required.

Browser: ie

OS: windows

Re: Forms

You will need to code some javascript to verify the form before submission. Google will find you a lot of free sample scripts.

Re: Forms

you can also use PHP to verify if any input field has been filled or not.