I am unable to have Salesforce produce a Lead. I looked into the forums and concluded that it has something to do with my Flow due to this email.
However, when I try to delete my Flow, I get this message:
Here is the link in case it really is my link that was incorrect:
Here is the information I used to make the link:
<!-- ---------------------------------------------------------------------- -->
<!-- NOTE: Please add the following <META> element to your page <HEAD>. -->
<!-- If necessary, please modify the charset parameter to specify the -->
<!-- character set of your HTML page. -->
<!-- ---------------------------------------------------------------------- -->
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
<!-- ---------------------------------------------------------------------- -->
<!-- NOTE: Please add the following <FORM> element to your page. -->
<!-- ---------------------------------------------------------------------- -->
<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&orgId=00Daj000002eRRG" method="POST">
<input type=hidden name="oid" value="00Daj000002eRRG">
<input type=hidden name="retURL" value="http://www.signingsavvy.com/sign/THANK%20YOU/426">
<!-- ---------------------------------------------------------------------- -->
<!-- NOTE: These fields are optional debugging elements. Please uncomment -->
<!-- these lines if you wish to test in debug mode. -->
<!-- <input type="hidden" name="debug" value=1> -->
<!-- <input type="hidden" name="debugEmail" -->
<!-- value="carlson12131@gmail.com"> -->
<!-- ---------------------------------------------------------------------- -->
<label for="first_name">First Name</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>
<label for="last_name">Last Name</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>
<label for="company">Company</label><input id="company" maxlength="40" name="company" size="20" type="text" /><br>
<label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
Bay Area location:<select id="00Naj000001VpnF" name="00Naj000001VpnF" title="Bay Area location"><option value="">--None--</option><option value="Yes">Yes</option>
<option value="No">No</option>
</select><br>
Investment Potential:<input id="00Naj000001VnYY" name="00Naj000001VnYY" size="20" type="text" /><br>
<input type="submit" name="submit">
</form>
Ok, so that's happening because one of the settings (the $Record.OwnerID one) in the flow you made is messed up. It's probably easiest to delete your flow and redo those steps to make a new one. Give that a try and let me know, ok?