kjac / FormEditor

A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
MIT License
99 stars 42 forks source link

UX - Submit Button (when form is missing button) #178

Closed uniquelau closed 6 years ago

uniquelau commented 6 years ago

It is possible to save a form, that does not have a submit button.

It might be nice, if when saving a form without a submit button, a message appeared.

"Your form does not have a submit button, you'll need one for submissions!

kjac commented 6 years ago

@uniquelau while I completely agree with this, I'm not sure how to pull it off. There are two different submit button fields in the core alone (SubmitButtonField and InvisibleReCaptchaField), not to mention whatever custom submit button fields might have been added in various implementations. How does one go about testing if one of these fields exist in the form? Any input would be helpful 😄

uniquelau commented 6 years ago

Thank's for the comment, I'll have a bit of a think! And come back in the next few weeks.

kjac commented 6 years ago

@uniquelau I'm closing this ... feel free to reopen if you have any great ideas 😄