hi…
I know this is really dumb, but I couldn’t find an answer.
I created a from based on the code here : http://expressionengine.com/docs/modules/email/contact_form.html
It sort of work, but it returns most of the fields empty.
Am I missing something?
this is the code:
{exp:email:contact_form user_recipients="false" recipients="atiosis@gmail.com" charset="utf-8"}
<input type=hidden id="subject" name="course" value="{exp:weblog:entries}{title}{/exp:weblog:entries}">
<label for="from">First Name:</label><br />
<input type="text" id="name" name="name" size="40" maxlength="35" value="" /><br><br>
<label for="from">Last Name:</label><br />
<input type="text" id="last name" name="last name" size="40" maxlength="35" value="" /><br><br>
<label for="from">Organization:</label><br />
<input type="text" id="Last-name" name="last-name" size="40" maxlength="35" value="" /><br><br>
<label for="from">Your Email:</label><br />
<input type="text" id="from" name="from" size="40" maxlength="35" value="{member_email}" /><br><br>
<label for="subject">Title</label><br />
<input type="text" id="subject" name="subject" size="40" value="Contact Form" /><br><br>
<label for="message">Message:</label><br />
<textarea id="message" name="message" rows="18" cols="40">Support Email from: {member_name}
Sent at: {current_time format="%Y %m %d"}</textarea><br><br>
<input name="submit" type='submit' value='Submit Form' /><br><br>
{/exp:email:contact_form}
Please, I’ll appreciate any help.
thanks!
