We have a browser based form that collect information about new starters.
To make it easier for our managers, is there a way to have a Submit button, that will save the form and close it, and call it the combination of the forename and surname fields.
Again, thanks for any help at all.
Ben
Sure, that would be best practice.
Create a submit data connection to your SP Library.
Set the file name as concat(first, "-", last) or what ever.
Then set your submit options or add a rule to a button to submit with this DC and close.
Great - worked first time. Thanks again, Ben