Hi there!
Let's say that I create a post. And within this post, I want to embed 3 free text forms, that the user can write it's answers. On the end of the post, he submit his name, and email adress.
How can I "connect" those 3 forms so he get the text he wrote in one email when he submit his email adress?
I've found one solution, but it's not quite what I wanted. This solution is to have all 3 fields as one form, and place it at the end of the post. But I want the user to write in the fields within the post. The setup I'm looking for is this:
[post text]
[free text field]
post text]
[free text field]
post text]
[free text field]
[Name, email]
[submit]
How can I do this?