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
- No field is mapped to Post Title.
- Required mapped field is empty at submit time.
- 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:
- Add a new field to your form.
- Use an Input (or similar) field and map it to Post Title in the field mapping.
- 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.
Related fixes
- If submission fails before post creation, start with Form not submitting.
- For mapping setup details, see Field mapping.
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.