I am trying to update a custom post type using the Cred edit form.
When I visit the CPT page, the edit link displays as expected. When I click on the edit link, the edit form also displays as expected.
When I update the form with new information, it directs to the "success" message as expected. However, when I view the CPT data in the back end (or even the post on the front end) the new information isn't saved.
I have tried editing the form in both Chrome and Firefox.
Users who are using the edit form are set as Contributors to the site, although I also tried using Author, Editor, and Administrator roles and it didn't work either.
The notification email I have set to send to me whenever a listing is updated comes in with the correct subject line, using
%%POST_TITLE%% Updated Directory Listing
, but it has no body content
The body of the notification email is set only using
. This sort of makes it seem like the form isn't even submitting the data.
I have the edit link hidden on the front end to anyone except for the user who created the entry, so posting a link isn't going to show the problem.
I even tried deleting the edit form and creating a new one in case that form wasn't configured correctly for some reason, and it had the same results.
The initial content creating form works as expected. It's only the edit form that doesn't appear to be working.