I've got a bit of a complex one here:
I have a set of input fields (Text Inputs and Drop-Down Menus) that are assigned columns in a SharePoint list as their 'DataField'. The user enters the data (for example their email address) into the fields and when the form submits a new entry is written to the SharePoint list (this all works fine).
What I want to be able to do is have the user enter their email and, if they have submitted the form before (i.e. if their email is already in the relevant SharePoint list colum), have the option to click a button and prepopulate the other fields with the data from their last entry (which would be the row with the highest ID containing their email).
Any suggestions? Thanks for any and all help.