You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form with some default fields which users should not be able to remove. I can manage this by using the disabledFieldButton property as follows when creating a form:
When you save the form the disabledFieldButtons property does not get saved. So when you reload the form to edit by passing in the json string to formdata, the field buttons reappear meaning users can now delete them.
Is there any way we can ensure that mandator field are not removed whether creating or when editing?
The text was updated successfully, but these errors were encountered:
I have a form with some default fields which users should not be able to remove. I can manage this by using the disabledFieldButton property as follows when creating a form:
When you save the form the disabledFieldButtons property does not get saved. So when you reload the form to edit by passing in the json string to formdata, the field buttons reappear meaning users can now delete them.
Is there any way we can ensure that mandator field are not removed whether creating or when editing?
The text was updated successfully, but these errors were encountered: