How to submit a channel form by logged out users? (Expression Engine)

Job ID: 36579563

Budget: $10 – $30 USD

I am looking for a developer who can help me submit an Expression Engine channel form for logged out users. Specifically, I am looking for someone who can help me with the following:

- Creating a channel form for my website
- Allowing logged out users to submit the form
- Ensuring that the form submits successfully

Ideal skills and experience for this job include:

- Experience with Expression Engine
- Knowledge of channel forms and how they work
- Experience with user authentication and permissions

Overall, I am looking for someone who can help me ensure that my website's channel form is working properly and that logged out users are able to submit the form without any issues.

I have selected 'Allow guest submission' in the relevant channel and I have checked that in 'Allows Channels' the same channel is selected. I am also using the "logged_out_member_id" as you can see below and have tried that with several member group authors, including the Administrator. So far nothing is working. Please check the attached code.

<code>
{exp:channel:form channel="response" logged_out_member_id="1921" return="{segment_1}/{segment_2}/URL_TITLE"}
<input type="hidden" name="title" id="title" value="Something here" />
<input type="hidden" name="url_title" id='url_title' value="somethingelse" />
<input type="submit" name="submit" id="submit" value="Why isn't this working?"/>
{/exp:channel:form}
</code>
Related categories: Website Design Expression Engine