PHP Form

Is there a way to make a fiels required in simple PHP form. Example: Form may have 5 fields but only 3 required to make form sucessful. So far my form will send with no information filled out.


tutorials mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you are using the PHP Feedback form then if you name your fields correctly (third tab in the inspector) then you will get an error if the email field is not filled in. See the section on Special Names near the bottom FreewayActions.com | PHP feedback form

You can also add validation through the Validation suite of actions http://actionsforge.com/projects/view/73-validate-form-suite

David


tutorials mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options