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
Invoking form_installSubmitButton() and a "Submit" button gets shown in the navigation bar. It shows an alert with validation status. The form_installSubmitButton() can used during development for validating the form.
When the form actually have to be submitted to a server or similar, then one will have to make a custom function for uploading to the server.
Oh I'm so sorry.. I didn't explain my question. I have a submit button that when pressed I call
formBuilder.validateAndUpdateUI()
let result = formBuilder.validate()
I check the result from formBuilder.validate(), but I"m not sure what formBuilder.validateAndUpdateUI() does (but saw it in your example code). I don't see those calls documented.
Can you provide an explanation of the two in the documentation? Thanks!
The text was updated successfully, but these errors were encountered: