Multiple Question Form

Hi,

I am creating a form with a number of questions on which you can choose from different values. But when the submit button is clicked, the only info that I get is the answer to the last question. I want answers to all the questions at the same time.

Attached is just a simple mockup, I cannot show the actual site since it is for my client.

How do I do this?

Thanks!
Cecilia


Here is my public share link: LINK
(how to access public share link)

1 Like

Hi could you re-create the form in another project and post the read only link for that?

Absolutely, of course!

Here is the same type of form. If I publish it, open the page an and answer the questions, I still get an e-mail with only the answer to the last one.

https://preview.webflow.com/preview/multiplequestions?preview=5f24f7df2030a16512029b93788c9cc4

How do I get around this?

Best,
Cecilia

You have to give each select element a unique name. In your example they are all called Field.

Thank you, that is wonderful! I should have thought about that before. Now it all works.

Ideally, I would have liked the results of the questions to be published on the page when you press submit, such as this:

Question One: C
Question Two: E
Question Three: G

But there is no way this can be done, as I understand?

Thanks again!
Cecilia

Or rather like:
Question One: C
Question Two: A
Question Three: C
… so that you can see which alternative dominates.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.