In today’s short tutorial I show how to create a simple login page with a form and form submission.
1. Create the design elements
As you can see on the elements tree the following elements and grouping contains the necessary elements:
- Email group with a label text and an input form[type=”email”‘]
- Password group with a label text and an input form[type=”password”‘]
- Forgot your password link
- And an action button to submit our form
2. Create the workflow, means to submit the form
Click on the button and start to add a workflow:
- Add the “Log the user in” action and fill out the forms as see on the right.
- Go to page “dashboard”. This page name can be different depend on the app logic you implement.
Leave a Reply