I'm looking for a way to autoplublish a second post using same form but with different title and body content (using same custom fields). Any idea will be welcome
I'm looking for a way to autoplublish a second post using same form but with different title and body content (using same custom fields). Any idea will be welcome
Gravity Forms only creates one post by default. If you wanted to create a second post using a single form you would need to write your own customization and write the necessary PHP to create that post using the gform_after_submission hook. So you'd need to know how to programmatically create a post in WordPress.