quickform icon indicating copy to clipboard operation
quickform copied to clipboard

Some improvement ideas

Open ddjerqq opened this issue 1 year ago • 0 comments

Give better form examples such as ones with

  • file upload fields
  • validation
  • etc.

pretty good idea #24

People often use multi step forms would be good if that was possible.

what does multi step form mean? multiple forms? you can do that in your code, this library just generates the intermediate forms in between the steps

Add abilities to save the submission of each form some how.

save, as in, in a database? you can implement this with On[Valid|Invalid]Submit

Captcha

this wont be hard to implement without this library, just make the field be outside of the form and wrap everything in a div.

Maybe even a small form designer where one could pick controls off a toolbox save the form and render it might be hard as ef core dont support dynamic fields well.

this is really out of the scope of this lib.

Allow side by side fields forms are not always omnidirectional downwards

now this is a good idea, but, users can make their custom forms with tailwind or any other CSS provider to have the form's class be 8 cols wide, and then have the fields into a responsive grid with 4 col widths.

ddjerqq avatar Mar 10 '24 23:03 ddjerqq