craftcms/guest-entries

Create a disabled entry

SamLNL opened this issue · 1 comments

On default a created entry will be enabled. This can also be set with a input field:

<input type="hidden" class="field" name="enabled" value="1">

But it's not possible to create a disabled entry. Values "" or "0" won't change a thing.

Settings > Guest Entries plugin did the trick