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

Advanced Forms #153

Open
4 tasks
DarkPhoenix2704 opened this issue May 14, 2024 · 1 comment
Open
4 tasks

Advanced Forms #153

DarkPhoenix2704 opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@DarkPhoenix2704
Copy link
Member

DarkPhoenix2704 commented May 14, 2024

  • Support drag and drop also to reorder
  • Mark the form created for submitting during the registration as primary forms
  • Allow multiple forms in an event.
  • Allow editing and reordering of fields
@DarkPhoenix2704 DarkPhoenix2704 changed the title Allow editing Individual Form Fields Advanced Forms May 14, 2024
@DarkPhoenix2704
Copy link
Member Author

model Form {
id
desc
title
cover_image
logo_url
}

model FormFields {
id
title
label
form_id
type
}

@sreehari2003 can you try this model for form. Instead of limiting to one form per event, we can allow multiple form.
The default form be the one during the registration, others will be associated with the event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants