You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Possible Solution
N/a
The text was updated successfully, but these errors were encountered: