Hello,
I’m using Freefom for “contact” forms, and when it emails the admins i’m wondering if I can change the <from> email to the address of the person who sent the form.
code:
{exp:freeform:form form_name="my_form" return="templategroup/thank_you" required="name|email|question" notify="email@example.com" template="my_form"}
<p>Name<br />
<input type="text" name="name" value="" /></p>
<p>Email<br />
<input type="text" name="email" value="" /></p>
<p>City<br />
<input type="text" name="city" value="" /></p>
<p>State<br />
<input type="text" name="state" value="" /></p>
<p>Station Listened To:<br />
<input type="text" name="station" value="" /></p>
<p>Question<br />
<textarea name="question" /></textarea></p>
{if captcha}
<p>Please enter the word you see in the image below:</p>
<p>{captcha}<br />
<input type="text" name="captcha" value="" size="20" maxlength="20" style="width:140px;" /></p>
{/if}
<p><input type="submit" name="submit" value="submit" /></p>
{/exp:freeform:form}
Thanks in advance!
-greg
