I need to create a lead through a form (I got that part working). I then want Salesforce to return the ID to me, so that I can then send the user to another form to update/edit additional fields for the lead. To recap. I want 1 form to create the lead, and another form to edit the lead. how do I get the ID from the first form so I can know which lead to edit on the second one?
When using the connector in interactive mode, you can specify %%SFA_OBJECT%% as an alias in your thank your url/messages/notification emails. There's more detail in other threads in this forum and the salesforce documentation in your support tab.
For a lead object, the syntax would be: thank you url: http://www.tfaforms.com/MYSECONDFORMID?tfa_LeadId=%%SFA_LEAD%%