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 question about Submit button and specifically its enabled/disabled state. I made a form with one String input and three Select with custom options entry types. The form should behave like this: If all of these entries are set with values, Submit button should be enabled.
All these entries have a custom variable set in the dashboard and in Form Events, code here:
Business Forms version is 5.1.0. I noticed that it works once after the Dashboard is loaded but when I try it again, I get behaviour like reported above.
Hello,
I have a question about Submit button and specifically its enabled/disabled state. I made a form with one String input and three Select with custom options entry types. The form should behave like this: If all of these entries are set with values, Submit button should be enabled.
All these entries have a custom variable set in the dashboard and in Form Events, code here:
What happens is: I have Highlight Changes enabled. If I change a value, I can see that highlight just flashes but Submit button keeps disabled.
If I remove the code above, a changed entry keeps highlighted and Submit button is enabled.
I am a bit stuck now. I tried to add context.panel.enableSubmit() to Form Events but it didn't help.
The text was updated successfully, but these errors were encountered: