I have created a form with a submit button at the bottom of the form. The button is placed in a blank datacard.
The code OnSelect is: SubmitForm(formName).
When testing this button when pressing alt or in the testing environment (of the editor) it works. However, when the app is published live it does not work and the form cannot be submitted. The button clicks but no action is executed.
The form is always access for creating new items (via NewForm(formName)) so I am not sure why the button doesn't work in the datacard of the form in the live app. Like I said it works in the test the environment but when published it does not work! Why does it work in one environment and not the other?
Thanks