Step 9: Add a second form (tutorial)
Before we can make our "Next" button go to the next form in the app, we need to create that form. In this step, we'll do so.
- In the left sidebar, go to the Forms tab.
- For the main form, click Copy Form. (We'll copy this form instead of creating a brand new one, because we want to reuse its header.)
- A form named main_01 is created. Click it to load it in the app designer.
- For the main_01 form, click Rename Form and rename it to
name_generation. - Delete all the items below the separator, by clicking each one and pressing Delete on your keyboard. ### Tip When deleting items, you must select their red zone before pressing the delete key. We're left with just the header.
- We'll click Save to save our progress so far.
Next: Step 10: Form navigation