Hi people, I have this template:
{embed='includes/header'}
<h1>Welcome and lets get started!</h1>
<strong>Please fill in all of the boxes below and simply click the submit button. Once approved we will add your project to the gallery.</strong>
<div class="add-gallery-form">
{exp:safecracker channel="galleries" return="/add-gallery-thankyou" logged_out_member_id="2"}
{field:gallery}
<label>Gallery title:</label>
<input name="title" class="input" type="text"><br >
<label>Gallery description:</label>
<input name="gallery_description" class="input" type="text"><br >
<label>Email:</label>
<input name="uploader_email" class="input" type="text"><br >
<label>Telephone:</label>
<input name="uploader_telephone" class="input" type="text"><br >
<input type="submit" value="Submit" />
{/exp:safecracker}
</div><!-- .add-gallery-form -->
{embed='includes/footer'}When I submit the form, I get:
The form you submitted contained the following errors
You are not authorized to perform this action
You are not authorized to perform this action
Is there something wrong in my template? Thanks in advance for the help.