Submission Error with FreeForm
Posted: 12 May 2008 11:45 AM   [ Ignore ]
Member
RankRankRank
Total Posts:  98
Joined  2008-03-04

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

Profile
 
 
Posted: 12 May 2008 11:53 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  702
Joined  2004-03-30

If you have secure forms enabled in EE and you submit a stale Freeform, you’ll get that message. Try refreshing the page that contains your form before submitting.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 12 May 2008 12:54 PM   [ Ignore ]   [ # 2 ]
Member
RankRankRank
Total Posts:  98
Joined  2008-03-04

Mitchell,

Problem solved. Thank you. I appreciate all the solutions you guys provide. Makes life a lot easier.

Forrest

Profile
 
 
Posted: 02 June 2008 07:10 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  7
Joined  2006-09-04

I second that - I needed this information urgently and was relieved to find it!

Profile