Hi,
I get the following error when I try and submit with Freeform
You are not authorized to perform this action
Here is the code:
{exp:freeform:form form_name="simple_form" return="historical_research/confirmation" notify="forrest@rouviere.com" template="simple_form" required="name|email|description|details"}
<form>
<fieldset>
<p>
<label for="name">Name:</label> <input type="text" name="name" maxlength="128" value="" /><span class="required">*</span> <br />
<label for="email">Email:</label> <input type="text" name="email"maxlength="128" value="" /><span class="required">*</span> <br />
<label for="description">Project description:</label> <textarea type="textarea" cols="20" rows="10" name="description" value=""></textarea><span class="required">*</span> <br />
<label for="details">I need you to:</label> <textarea type="textarea" cols="20" rows="10" name="details" value=""></textarea><span class="required">*</span> <br />
<p><label for="deadline">My deadline is:</label> <input type="text" maxlength="128" name="deadline" value="" /><span class="required">*</span><br />
<label for="budget">My budget is:</label> <input type="text" maxlength="128" name="budget" value="" /> </p>
</fieldset>
<p>
<input id="submit" class="submit" name="submit" type="submit"/>
<input type="hidden" name="submitted" value="TRUE" />
</p>
</form>
{/exp:freeform:form}
Any suggestions?
Thanks,
Forrest
