• I have the “WP User Frontend” form weDevs and used it to create a form for submitting to a custom post type with custom fields created by Pods.

    This form suits using ajax. This becomes unsucessful and the response is <i>E-mail missing</i> wich, of coures, is not JSON.

    Q1: Why does Pods send error messages as html as a response to an ajax request?

    Q2: Why does Pods refuse to save a post form a form that is not created by Pods?

    Q3: Since all the required fields is actually posted from this form, with this request, there should be no reason for error at all. The title and such is saved, and the post created, but without any custom field saved.

    This is a classical example of two great plugins that interfere with each other, because both, or one, tries to control things in WordPress that is out of scope, forgetting other plugins may wish to to do tings, too. And CPTs are shared thing in WordPress, as you can’t create the same CPT more that in one place.

    When turning off all “required” attributes for fields defined by Pods, I can save. But this removes a feature from when I am using Pods to create a post.

    https://wordpress.org/plugins/pods/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax saving errors and interference’ is closed to new replies.