Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Controls are added from the  control palette by clicking a control button, like text or number or phone, and dragging them onto the form's canvas area. Drag a few text controls and a money control onto your form canvas now.

Image RemovedImage Added

Editing Controls

Each control is given a random label indicative of the control’s type. Click once on a control to select it. Click again on it's default label to edit it. Controls have many properties in addition to the label property. The Form Designer's Properties area will display all of the control's properties, so you can edit them.

...

Click the 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 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  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  button to use your form. Now when you click the submit button rather than navigating to a page with a default message "Thank You! Your submission has been received", you navigate to www.google.com. The form's data will be emailed to you. This is your first simple usage of setting form and doc actions.

...

By default your forms are private and only accessible when you are logged into frevvo as  as the form designer. While developing your form, you can test it in use mode by clicking on the test  icon to the right of the form's name. Once you are satisfied with your form you can make it public by clicking the  icon on the Form page to the right of your form's name. Forms have three states:

  •  Private - for use only by the form designer
  •  Public in tenant - accessible to users with a  user account
  •  Public anonymous - accessible to anyone who knows the   form's url.

Click the icon twice so you see the  icon which means your form is pubic public anonymous.

Using Your Own Schemas

 can quickly and easily create forms from your own XSD schemas. First, upload your .xsd into your  applications. From within your application, click on the ''schemas'' tab. Next click on the  icon on the Schemas tab. You can add as many schemas as you want. Each time you will enter an upload dialog window where you can browse to your schemas on disk and give them a meaningful name and description. You can delete schemas you no longer need by clicking the  icon next to each schemas name.

...