Forms#

We thought that sometimes, all you want to do is collect responses. For instance, collecting attendance, running a survey, etc. USSDK offers a way to do this and track the responses from the dashboard.

How do you do this? In just two easy steps:

  1. Make sure you set keys for steps that you want to save responses for.
  2. On the step where you want the response saved, set the hook as @ussdk/forms/wedding_rsvp. Where wedding_rsvp is the name you choose for the form.

By just doing this, USSDK creates a table you can access from the app’s Forms page. This table will be populated with values entered for steps that have their key set.