Use the 'Start Form' button above to start your form.
This page acts as a test harness for your form. Once published, you will go directly to the form and won't see this page.
If you need to pass any parameters to your form, you can add addiitonal fields to this page to allow easy testing.
The parameters you enter will appear as URL parameters during testing.
Drag and drop some edit fields into this group for any URL parameters you need to pass to your form during testing
To call the form directly you will enter a URL similar to http://localhost:7080/<project name>/startForm.do?param1=value1¶m2=value2...
Where params are represented by the field names on this page and the values are your field values.
This information will appear in the Control section of your data within the PrepareForm Controller.