Greetings all,
I am working on what I thought was a very simple app so i decided to tackle on my own. I have been successful up to the second page of my app.
Welcome page - Displays a logo and has a start button which moves to input page and ensures form is blank
Input Page- is form based on a SharePoint list to give the selections, has a send button
Output screen - This is where i am stuck
- I would like to output screen to display the inputs on form one in just a read only text view.
- I tried to make this happen when send button on input page was pressed
- Is it possible to create a "madlibs" type of field on Output page where i could standardize the text and add the various form references in certain spots. IE - "On" datacard1value or title of the card which is Date, datacard2value or plant, "sustained a" datacard3value or type of loss.... etc.
- Last would be to send a notification to various people or groups with my organization (they dont want emails) with a push notification through the app or a SMS message.
This is my first app and the first two pages up to completing the form work fine. I can also navigate to Output screen but that is where I get stuck.
Any help is appreciated!