Form Submissions - Unknown Address
|
|
I just signed up for a free account to evaluate this service and have been testing the form submissions using the form examples at: http://www.sproutit.com/support/posting-directly-from-forms Whenever I submit a form (from localhost at the moment) it shows up in mailroom as “Unknown Address”. I am including a name and email, and they are showing up in the body of the email, but not as the sender. Here’s the form source (I’ve X’d out customer info) </form> And here’s the email that shows up in mailroom (again X’d out customer info). comments: Trying again 1. Now I also tried using the key method, with the same results. |
|
|
so some of my source got messed up by beast formatting when posting, but th gist of the problem is, I am unable to get the email_key to be used as th sender’s address, which according to the mailroom support is the whole point. Is this just me or…? |
|
|
Hi Rapind, The key name you should use is “form_email”, not “user_email”. Also “user_name” should be “form_name”. If you have these two keys, then you should see the name and email appear as the “from” field of the email you get in Mailroom. |
|
|
Excellent. That fixed it. Thanks. Fixed Code: </form> |
