I am just interested in getting the data from the form submission over into SalesForce (as a Lead). The fields I am using are FirstName, LastName, Email, Phone, and Comments (a TextArea field).
Ideally, I would want the Comments field to be entered as a Note attached to the lead. Right now I am using a custom SF field for this but, of course, if a customer fills out the form a second time, the message he entered in the comments field will overwrite the last one. I realize there may be a way using SmartLists to get this message to append but it seems a bit complicated.