I tried using example code from SafeCracker and when I view the page it’s completely blank.
{exp:safecracker channel="my_channel" return="/" }
<label for="title">Title</label>
<input type="submit" value="Submit" />
{/exp:safecracker}This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 28, 2011 5:15pm
Subscribe [2]#1 / Sep 28, 2011 5:15pm
I tried using example code from SafeCracker and when I view the page it’s completely blank.
{exp:safecracker channel="my_channel" return="/" }
<label for="title">Title</label>
<input type="submit" value="Submit" />
{/exp:safecracker}#2 / Sep 29, 2011 3:43am
Hi insomnie,
What version and build of EE are you using?
Are you using any third-party add-ons?
Is the SafeCracker Module istalled?
Is your channel shortname correct?
Can you add the title field please?
{exp:safecracker channel="my_channel" return="contact/thanks" }
<input name="title" type="text" />
<input type="submit" value="Submit" />
{/exp:safecracker}