CalderaWP / caldera-custom-fields

Save Caldera Forms submissions in a post type or use Caldera Forms to create custom metaboxes.
https://calderaforms.com/downloads/caldera-form-custom-fields/
7 stars 11 forks source link

If nothing is bound to post_content, nothing will save #3

Closed Shelob9 closed 8 years ago

Shelob9 commented 8 years ago

If there is no binding on post_content then that field gets passed to wp_insert_post() as null, which will cause WordPress to make a SQL error. Probably needs a trac issue as well, I will look into that.