Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titlePrevious step

Make sure that you have first completed the previous tutorial - Designing a New App

Widget Connector
width600
urlhttps://www.youtube.com/watch?v=0cLyEFBgPgU&index=2&list=PLFOgRDg2hmNIGv1ut8WHaCqw658TKUa2_

 

  1. In the App design page, click on the the Create New Form button  button along the top.
    Image RemovedImage Added

  2. Key in the details of the new form.
    Form ID: A short and unique ID for each form (no spaces) e.g. travelRequestForm 
    Form Name: A descriptive name e.g. Travel Request Form 
    Table Name: The database table name to store the form data e.g. travel_requests. Note that different forms can share data by pointing to the same table name.
    Image RemovedImage Added

  3. Click on on Save to  to save the form and launch the the Form Builder in a  in a new window. If your browser blocks the popup, click on the form name to launch it.
    Image RemovedImage Added

  4. The first step in the Form Builder is the the Design Form page page. On the the left is the palette containing available  is the palette containing available form elements. In the the middle is the  is the canvas containing  containing one or more more sections, and each section may contain one or more columns.

  5. When you mouseover a section header (or any form element), buttons appear giving you options.
    Image RemovedImage Added

  6. Click on on Edit Section. This opens a Property Editor showing  showing properties that you can modify. Each form element has different properties that can be configured.
    Image RemovedImage Added

  7. Click on the the OK at  at the bottom to save the property changes.

  8. You can add sections using using Add Section, and move sections around by dragging.

  9. Drag form  form elements from the palette into any section.
    Image RemovedImage Added

  10. Hover any form element to see the the Edit and  and Delete options options. Click on Edit to modify the form element properties.
    Image RemovedImage Added

  11. At any time, you may preview the form by clicking on the large large Preview button  button at the top.

  12. Once you have finished designing the form, click on the large large Save button  button at the top and you will receive confirmation that the form is saved. You may then continue to design the form, or close the Form Builder window.