I am using EE 2.1.3 and Safecracker 2.0. I am new to the whole SAEF idea all together so I feel like I am just overlooking something very simple. I have an simple form I am trying to get working but not having any success. Here is the code:
{exp:safecracker channel="testimonies" return="/user/success/" }
<input name="title" type="text" />
<input name="testimony-body" type="text" />
<input type="submit" value="Submit" />
{/exp:safecracker}
When I fill the form out and submit it, nothing seems to happen. No errors, no entry submission and it doesn’t take me to the specified success page. When I view the source code of the form I see what seems to be all the proper syntax that EE/Safecracker has rendered, but I am missing something. Thoughts?
[Mod Edit: Moved to the CodeShare Corner forum]