sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Enforce field names #112

Open Krobotechnologies opened 2 years ago

Krobotechnologies commented 2 years ago

Please @sethsandaru @phatsandaru is there a way to enforce field names when building the form? I want to make sure users fill the unique field names before they can create the input field

sethsandaru commented 2 years ago

@Krobotechnologies hi mate, you mean it needs to check if the Unique Field Name is existing or not before saving?

Krobotechnologies commented 2 years ago

Yes please, I know if the user doesn't fill the unique name, it will use an id for the field but I want the user to always fill the unique name, so in my case, if the name is not filled then you create the field and an error message will be flashback to the user

sethsandaru commented 2 years ago

@Krobotechnologies of course, thanks for the suggestion