hi guys. one contact form question in three parts. consider this an apology in advance.
i’m trying [really] to make a customized contact form with several textarea fields. the resulting email will be read by not-so-technical people, so it needs to be more readable than not.
1. can hard returns be added in the form, possibly by using a \n or something of that nature?
2. the form is still not redirecting correctly; it’s going to the user message template for the first submittal, but if i click the ‘back’ button and submit again, it redirects to the correct page. [?]
3. i’m now getting an error message that says i’ve exceeded the maximum number of emails per day. wha?
Here’s the code, stripped down to one textarea [there are 4 more]:
{exp:email:contact_form recipients="branderson@checkfree.com" return="http://pwpweb01/ccn/index.php?/contact/thanks"}
<p>your email address:<br/>
<input type="text" name="from" size="40" maxlength="35" /></p>
<p>subject:<br/>
<input type="hidden" name="required[]" value="subject: " />
<input type="text" name="required[]" size="40" maxlength="35" /></p>
<p>the news:<br/>
<input type="hidden" name="required[]" value="The News: " />
<textarea name="message" rows="8" cols="84"></textarea></p>
<p><input name="submit" type='submit' value='Submit Form' /></p>
{/exp:email:contact_form}
any help or a nudge in the right direction would be outstanding. is there detailed contact form documentation located anywhere so i can stop bugging you fine folks?
