There are several ways to do this. If you want to merge all field into the content i would simply map a single field to the post content using the filter option…when you map a field the dropdown has a filter hook option which creates a custom hook for you.
When a form is submitted all fields are passed as an argument to this filter…combine all your values as per the required format into the filtered value.
Alternatively if you want to preserve individual submitted fields for posterity then map then to meta-fields and hook the action triggered post submission when the mapping is completed. The hook gives you the newly created post id as well as all submitted fields. So you can update the post content directly to the db.
Since I haven’t heard back from you, I am assuming you have solved the problem.
Can you provide a code snippet or example of combining a number of form submission fields into the post content?
We want to ask some questions and then create a post, formatted with the submitted answers.
Can you provide a code snippet or example of combining a number of form submission fields into the post content?
sorry, that’s beyond the level of support I am ready to dish out for free. If you are a developer or have access to one my previous answer is sufficient to code your requirements.
Alternatively you can hire my services by reaching out to vrata at syllogic dot in