Forms
-
Go to object panel and select forms
-
Choose insert forms.
Back to Top
Text Field
- A text box that allowed user to input any thing
- Normally for the keying in of data such as name, address, email add, and comment.
Under the properties panel, we can change the

- Char width which is the length of the box
- Max Chars limit the number of character type
Back to Top
Check Box
- Provide a list of option for the user to choose
- Allowed the user to multiple selection
- Normally for selection on Interest
Back to Top
Radio Button
- Only allow the user to choose one option
- Normally for selection of gender
Back to Top
List / Menu
- It is a drop down menu
- After choosing the insert list/menu, go to the properties panel and choose
'List Values
'
- Click the + icon to add and the - icon to delete
- Key in the individual option in the 'Item Label'
- After keying in all option, click 'OK'
- Normally used for the selection of occupation, birthday, and Country
Back to Top
File Field
- This is to allowed the user to browse through their system to find file
- E.g. to insert their own photo
Back to Top
Button
- After inserting button, go to the properties panel, choose either
- Submit form
- Reset form or
- None (For none, you can type in any name or value for it.)
Back to Top