Did you get something similar?
This is the simplest form possible: an input method and a button to submit. Hopefully, you got it right!
You can use many different input methods: radio buttons, checkboxes, dropdowns, datepickers, etc...
What can I do with my form?
There are different ways to use forms in your prototypes:
-
You can make them so they just click to the next page without doing anything with the data: just add a
href
attribute to the call to action that points to the destination. -
You can also validate the data, and even send it to the next page. In that case, you will need to add some javascript. But no worries, you can get help from the developers in your team, from the community who has been prototyping for a while now or drop us a question in the Playground support channel.
If you want to give it a go yourself, you'll find some help in the documentation for the form!