Hi,
We used safecracker module in ee 2.2.2 and The safecracker workd fine in the ee2.2.2.
Now we need to update ee version from 2.2.2 to 2.5.3. After updating EE version from 2.2.2 to 2.5.3, the safecracker does not work anymore. I used the sample code below to test the safecracker tag, but the page is empty.
Does anyone have any hints about why the safecracker does not work in EE 2.5.3 version.
Thanks!
{exp:safecracker channel="contact_form" return="contact/thanks" entry_id="{segment_3}" }
name: <input name="title" type="text">
field: <input name="my_custom_field" type="text">
<input type="submit" value="Submit">
{/exp:safecracker}