Skip to main content
Version: Divi 5

Divi Form Builder Does Not Create a New Post

Divi Form Builder does not create a new post

Follow these steps if your Form module is not creating a new post in Divi 5.

Most common causes

  1. No field is mapped to Post Title.
  2. Required mapped field is empty at submit time.
  3. Form type or mapping does not match your expected post workflow.

Add and map a title field

A common reason the Create Post form does not work is that the content has no title. To fix this:

  1. Add a new field to your form.
  2. Use an Input (or similar) field and map it to Post Title in the field mapping.
  3. Ensure the field is required if the post must always have a title.

Save the form and test again. The new post should be created with the mapped title.

Verify the fix

  • Submit with valid data including the mapped title field.
  • Confirm a new post is created in the target post type.
  • Confirm mapped fields appear on the created post.

What's Next

  • Field mapping - Map required values such as post title, status, and metadata.
  • Edit post - Configure update workflows for existing content.
  • Form module reference - Verify form type and module-level post workflow settings.