4 - Create Forms
Last updated 2/05/2025
There are only two forms that we need to add to the Book Club application, however, the Users form supplied by Five will need to edited to add extra fields. The Users form was created automatically by Five when we turned the Book Club application a multiuser application.
While building the Book Club forms, you will learn the following:
- How to add forms with Five's Form Wizard
- How to edit forms with Five's form
- How to interact with the Users form automatically added by Five; and
- How to use Five's Form Designer
Navigate to the Form Wizard
1. Click Visual in the menu.2. Click Form Wizard in the sub-menu.

Add the Classifications Form
1. Click the lookup icon in the Main Data Source field and select Classification.
2. Click the Save button in the Form Wizard app bar.

Add the Books Form
1. Click the lookup icon in the Main Data Source field and select Book.2. Click the Next button.

Any fields that were configured at the table-level as required will automatically be set to required at the form-level.
3. Click the Cancel button in the Caption field for the BorrowMemberKey field and type Borrowed By.
4. Click the lookup icon in the Display Type field for the Title field and select BookTitle
5. Click the List checkbox for the MemberKey, Image, Title, and ISBN fields.

6. Click the Save button in the Form Wizard app bar.

Edit the Books Form
While in the Form Wizard, you can only reference a form once because after you reference a form record, it is removed from the lookup in the Reference field. We need to edit the Books form record and make the Borrowed By field reference the Users form so we can get the names of our borrowing members in the lookup.
To edit a form record, you must select the record in the Forms view.
1. Click Visual in the menu.2. Click Forms in the sub-menu.

3. Select the Books record in the list.
4. Click the Pages tab.

5. Select the General record.

6. Click the Fields tab.

7. Select the Borrowed By record.

8. Either click the Edit button in the form app bar or click directly in the Reference Form field.

9. Click the lookup icon in the Reference Form field and select Users.

10. Click the Save button in the form app bar.

11. Click the Save button in the form app bar above the list.

Edit the Users Form
The Users form that Five adds into your multiuser application can be edited to suit your requirements.
We are going to add some fields to the Users form. These are the fields that we added into the iUser table and will be used for the Parcel Locker locations to know where a book is available to pick up.
It is recommended that if you do not wish to show any of the fields on the Users form defined by Five, that you hide these fields.
1. Select the Users record in the list.
2. Click the Pages tab.

3. Select the General record.

4. Click the Fields tab.

5. Click the Add Fields button.

6. Click the lookup icon in the Field field and select AddressLine1.
7. Click the lookup icon in the Display Type field and select _Text.
8. Click the Save button in the form app bar.

9. Click the Add Fields button.
10. Click the lookup icon in the Field field and select AddressLine2.
11. Click the lookup icon in the Display Type field and select _Text.
12. Click the Save button in the form app bar.

13. Click the Add Fields button.
14. Click the lookup icon in the Field field and select Suburb.
15. Type
16. Click the lookup icon in the Display Type field and select _Text.
17. Click the Save button in the form app bar.

18. Click the Add Fields button.
19. Click the lookup icon in the Field field and select State.
20. Type
21. Click the lookup icon in the Display Type field and select State.
22. Click the Save button in the form app bar.

23. Click the Add Fields button.
24. Click the lookup icon in the Field field and select PostCode.
25. Type
26. Click the lookup icon in the Display Type field and select _Integer.
27. Click the Save button in the form app bar.

28. Drag the Full Name record and place above the User ID field.

29. Drag the Address Line 1 record and place under the Role field.

30. Repeat this for the Address Line 2, Suburb, State, and Post Code fields so they are positioned consecutively under each other.

31. Click the Save button in the form app bar above the list.

Design the Layout of the Books Form
Five has its own Form Designer that gives you the ability to redesign the layout of your form by repositioning and resizing fields. The Form Designer requires no code and you can create a different layout for a form for desktop and mobile.
You can also use the Pre Width, Width, and Post Width fields on the Display page. If you are manually setting the widths of your fields on the Display page, each row has 12 grid positions.
Guidelines to help you in the Form Designer:
- When dragging a field up or down, wait for the yellow line to appear below the field before dropping into position.
- When dragging a field to resize, position your mouse just on the inside of the field and wait until it changes to a drag handler before dragging.
2. Click the Pages tab.

3. Select the General record.

4. Click the Open Form Designer button.

5. Drag the Classification field below the Member field.

6. Drag the edges of the Member and Classification fields to take the full width of the row.

7. Drag the Borrowed By field below the ISBN field.

8. Drag the Title field to the row holding the UPLOAD IMAGE button.

9. Drag the edges of the UPLOAD IMAGE field to take the first five grid positions of the row.
10. Drag the edge of the Title field to take the rest of the row.

11. Drag the edges of the Author, ISBN, and Borrowed By fields to take the full width of each row.

12. Click the Save button in the Form Designer app bar.

13. Click the Save button in the form app bar.
