|
|||||||||||
|
Freeway does not support multiple forms on a single page in it's form setup dialog. If you need to have multiple forms on a single page you will have to use Freeway Actions. This example shows you how to use a Freeway Action that is an individual item that encloses all the items that you want to be on your form. You will also have use a Page Action that inhibits Freeway's form generation as otherwise Freeway will generate form code that you do not need and your form will not work. |
||
|
||||||||||||||
|
To generate multiple forms you will have to add the 'Multiple Forms Suite' to your Freeway Actions folder. Using this method for dealing with Multiple Forms comes in three parts Inhibiting Freeway's Form Generation As soon as you have a form item on your page Freeway will generate a form tag in the HTML, which happens automatically. Choose 'No Form' from the Page > Action menu and this will strip the Form code that Freeway automatically outputs from the page. Any code inserted into the Hidden Fields dialogue in the Form Setup will become obsolete. No Parameters need to be set for the No Form action. Generating the Form Choose the Multiple Form Action from the Action Option in the Tools The forms are generated by an Item Action. Select "Multiple Form" from the Freeway Action item on the Tools Palett Then sketch an item that encloses all the Items that you want to appear in your form. When you have done this click Send to Back from the Item menu, so that the action appears behind your form. With the Multiple Form action selected, set the preferences in the Action Palette:
Method - Choose from Post, Get or None |
||
|
Hidden Fields Hidden fields will need to be manually added to the page. Choose Insert > Markup Item and then type in the required fields as shown below:
Click OK when done. This will insert a Markup dialogue on your page. Position this over the Multiple Form area (resize the Markup Item as necessary). Repeat for other forms on your page.
|
||