I am trying to: Create a form to edit my CPT named 'Physicians'
Link to a page where the issue can be seen: no URL as yet b/c I can't create the form... its all happening in the backend
I expected to see: A successful submission when creating a form using the Auto-Generate feature.
Instead, I got: When I save the post form I get an error - the site won't accept the submission to create a new form when using the Auto-Generate feature.
That will create a debug.log file in your wp-content directory which you can examine in any text editor. Try saving the form again then inspect the log. If you don't find the debug.log file it means it didn't generate any warnings or errors.
Hi Nigel - the issue I was having is that after I click the Auto-Generate button for the Update form and then save the form, the site reloads and directs to a 404 error page....
But I did more tinkering on my own and discovered that if I instead use the Post Fields insert button and then save the form - it works no problem! Weird.
Would be nice though to know why the Auto-Generate form option isn't working?