Hi,
I am using safecraker form to submit entry from front-end for one my channel. I am creating it in new template group name “topic” and template name is “add-topic”, so my URL is as below.
http://www.domain.com/topic/add-topic
Link is working fine, but not able to see safecraker form. My settings for safecraker as below.
Default Status: Open
Allow guests to post entries?: Yes
Set the member_id to use for guests.: 2
And below is the template code for test.
{exp:safecracker channel="topics" return="topic/URL_TITLE"}
<label for="title">Title</label>
<input type="text" name="title" id="title" value="">
<input type="submit" name="submit" value="Submit">
{/exp:safecracker}Let me know if any wrong.
thanks