I have a large form that requires a text input to be mandatory when a button is selected, however the mandatory field is way down on the form and it's confusing users as it doesn't make it obvious they need to fill it in, so i thought i could create a pop up box with a text input field that once saved, the data is copied to the actual text input field on the SharePoint form.
Senario:
- Button is clicked
- Pop up appears
- Text input into free text field
- Form is closed and data is copied into SharePoint form
I can get the pop up to show but i cant get the text to copy to the sharepoint form, i'm assuming its a default xx vs parent.defualt type thing?