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 was updated successfully, but these errors were encountered:
ademers
changed the title
Request missing required body param when attempting to publish new entry via front-end form
Request missing required body param error when attempting to publish new entry via front-end form
Aug 1, 2019
Description
After updating Craft to 3.2.x, I get
Request missing required body param
error when attempting to publish a new entry via a front-end form.Error screenshot: https://cl.ly/a1a13a755c69
Adding
<input type="hidden" name="entryId" value="">
as per SE post https://craftcms.stackexchange.com/questions/30797/request-missing-required-body-param-error-when-creating-entry-on-front-end to the form seems to resolve the issue.The example form in the docs at https://docs.craftcms.com/v3/dev/examples/entry-form.html does not contain
<input type="hidden" name="entryId" value="">
.Is this a bug or a breaking change?
Steps to reproduce
Request missing required body param
error displaysAdditional info
The text was updated successfully, but these errors were encountered: