Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

frevvo prevents submisson of incomplete forms by keeping your form's submit button grey'd until all required fields are filled in. As soon as all required fields contains values and all of those values have valid data (eg: phone fields contain aaa-bbb-cccc format) the submit button will become clickable.===

Submitting your

...

Form 

Where does the form data go when the user clicks the submit button? This is controlled by your form's [[V4_Designing_Forms#Doc_Action_Wizards | Doc Action ]]. What does the user see when they click the submit button? This is controlled by your form's [[V4_Designing_Forms#Form_Action_Wizards | Form Action ]]. Let’s go back into the frevvo Live Forms form designer for one of your forms to use the [[V4_Designing_Forms#Form_.26_Doc_Action_Wizards |  Form Action and Doc Action ]] buttons buttons.

Click the [[V4_Designing_Forms#Form_Action_Wizards | Form Action]] button in the form designer's toolbar and click the ''Forward user to a web page of your choice''. This launches a wizard. Enter the ''URL'' http://www.google.com. Click finish in the wizard panel to return to the form designer canvas. Next click the [[V4_Designing_Forms#Doc_Action_Wizards | Doc Action]] button in the form designer's toolbar and click the ''Email data to a specified address''. This launches a wizard. Enter your email address in the ''To'' field. Click finish in the wizard panel to return to the form designer canvas. Click the finish [[Image:Finish-button.png]] button on the form designer to save your changes and exit the form designer. This returns you to the forms home page. Click the test [[Image:UseForm.png]] button to use your form. Now when you click the submit button rather than navigating to a page with a default message "Your form has been submitted", you navigate to www.google.com. And also the form's data will be emailed to you. This is your first simple usage of setting form and doc actions.

...