Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Channel form error: "Entry Status: Invalid Selection" #4875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
directordash opened this issue Jun 2, 2025 · 1 comment
Open

Channel form error: "Entry Status: Invalid Selection" #4875

directordash opened this issue Jun 2, 2025 · 1 comment

Comments

@directordash
Copy link

Trying to submit a (previously working) channel form as a logged-in user, but returning "Entry Status: Invalid Selection".

Have tried adding hidden field to force entry status.
Have validated default entry status for channel forms in channel settings.

Have tried other channel forms, no issues (including those where "open" is not used as the default channel form status).

Have tried removing all fields, and de-scoping mandatory fields, to submit an otherwise blank form.

How To Reproduce
Don't know!
It's only occurring on one channel form; others seem ok.

Tag looks like:

{exp:channel:form
channel="users_cdata"
include_assets="no"
dynamic_title="Profile - {logged_in_screen_name}"
unique_url_title="yes"
return="/account"
id="pass_check"
class="cpform"
}
...
{/exp:channel:form}

Error Messages
The form you submitted contained the following errors
Entry Status: Invalid Selection

Environment Details:

  • Version: 7.5.12
  • PHP 8.3.6
  • MySQL 8.0.31,
  • Linux (Ubuntu 24.04.2 LTS)
  • Apache/2.4.58

Possible Solution
N/a

@intoeetive
Copy link
Contributor

The text seems to coming not from actual entry status field, but it's coming from a custom field (such as select dropdown).
It looks like you have a field named Entry Status and trying to submit a value that does not exist in the options for that field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants