Hi @guadster
I hope you’re well today!
Is there a multiple Choice option for polls?
There’s currently no “multiple choice” option for polls. “Multiple choice” type questions can be added to form (e.g. using “multi select” or checkbox fields) but that would then require additional custom coding to present results in a similar way as polls do. Polls currently support only a “single choice” option.
Second, i want to have a comprehensive form, that basicly asks the user if he wants to sell me his old furniture. By default, he can give me the info of one article. I have the fields length, height, depht, origin. He should be able to select a quantity, like 3, and then he gets those fields 3 times for each article he wants to sell. Is that possible?
There’s no “repeater” type fields that could be “dynamically added” (it’s planned for future but not there yet).
But it would be possible if there’s a limited maximum quantity (not too big). You would need to use “Visibility” conditions based on the quantity field (number).
Basically, you add as many fields/set of fields to the form as the maximum quantity allowed and then set visibility of each of them based on the value of the quantity field.
Here I’ve attached a simple example form for you to check the idea:
https://pastebin.com/2P8pdMzV
You can import it to your Forminator and then look at the “Visibility” conditions set for input fields 2 – 5.
Best regards,
Adam