Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design form builder interface #22

Closed
6 tasks
Tracked by #21
danielnaab opened this issue Jan 26, 2024 · 0 comments · Fixed by #47, #55 or #59
Closed
6 tasks
Tracked by #21

Design form builder interface #22

danielnaab opened this issue Jan 26, 2024 · 0 comments · Fixed by #47, #55 or #59
Assignees

Comments

@danielnaab
Copy link
Contributor

danielnaab commented Jan 26, 2024

As a guided interview author, I would like a simple interface to help me create a web form that is modeled on a fillable PDF.

In the near future, I would like to add extra questions, validations, and custom flow logic to my form, but I don't need that right now.

Acceptance criteria:

  • The interface must present a list of all fields/questions on the form
  • Field attributes may be edited inline within the field list: title, description (optional), placeholder text (optional), required/not-required
  • Fields may be reordered
  • Fields may be grouped into fieldsets, which has a heading text attribute
  • The interface must indicate, in some manner, which PDF field each web form field corresponds to
  • Storybook stories are created to represent relevant display states

Implementation notes:

  • The corresponding React component resides in packages/design/src/FormManager/FormEdit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment