Hi All,
Having a bit of a frustrating time here. I’m working on a very very dead simple SafeCracker form. 3 fields, nothing spectacular. I’m sure that it’s just that I’m doing something stupid, but for some reason once I submit the form it returns to a blank page. Now, all the data is being saved correctly, and I’ve turned on the debugging and I’m not getting errors, the return is just not working for me for some reason. Here is my form:
{exp:channel:entries channel="vendors" author_id="{member_id}" status="open" limit="1"}
{exp:safecracker channel="vendors" entry_id="{entry_id}" return="profiles/profile" include_jquery="no" safecracker_head="no"}
<ul>
<li>
<label class="required"><div>{label:shipping_policy}</div><span>{instructions:shipping_policy}</span></label>
<textarea name="shipping_policy" class="textarea large">{shipping_policy}</textarea>
</li>
<li>
<label class="required"><div>{label:refund_policy}</div><span>{instructions:refund_policy}</span></label>
<textarea name="refund_policy" class="textarea large">{refund_policy}</textarea>
</li>
<li>
<label class="required"><div>{label:customization_policy}</div><span>{instructions:customization_policy}</span></label>
<textarea name="customization_policy" class="textarea large">{customization_policy}</textarea>
</li>
<li class="form-footer">
<button type="submit" class="bttn-green"><span>Save Policies</span></button>
</li>
</ul>
{/exp:safecracker}
{/exp:channel:entries}Am I missing something here? Like I said before, I’m super frustrated right now, so just a fresh pair of eye can probably pick out whats wrong.
Thanks for your help.
~ Lucas