I have been working on an application for driver to use to track, calculate, and submit mileage report and reimbursement requests. To do this I am using a 'Ledger' SP list where mileage and other expenses are added. I am trying to use a form to add an entry to the SP list. I have done this dozens of times in the past with no issue but I am having no luck so far on this issue.
I have a screen with a submit button, a back button, and a form that I want to link to my Ledger SP list.
I have changed the form default mode to New
I have set the onVisible property for that page to Newform(MyForm)
My issue is that when I try to load this screen from a mobile device (where it will be used 100% of the time), the form never loads and I get a message where the form should be that says "Getting your data ... " in light gray letters. Have tried everything I know with no luck so far.
Thanks in advance!