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
If the option they want doesn't exist, they can create a new one.
As the options live in a separate table, I prefer to separate the forms. Since I already have another form on the page, I create the second form in a Dialog.
Problem: every time the dialog opens, the form is submitted. I can only see the dialog if there's an error in the form.
I'm using Formsnap and the Dialog element.
I know that per HTML specification we can't have nested forms. Theoretically this shouldn't happen as the form lives in the portal.
Did anyone have a similar case? How did you solve it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following use-case:
I'm using Formsnap and the Dialog element.
I know that per HTML specification we can't have nested forms. Theoretically this shouldn't happen as the form lives in the portal.
Did anyone have a similar case? How did you solve it?
Beta Was this translation helpful? Give feedback.
All reactions