I’m trying to make a form where a user inputs via a dropdown menu how many children they have. For every child they say they have, questions about that child would appear. If a user inputs multiple children, these questions will appear multiple times (or just duplicates of the same questions). However, I don’t want all of these duplicates to appear if the user only has one child. Does anyone know how to do this?
Hello Miss Feldman,
(if your last-name would be —> Feldmann, i would say you are a german .
Ok, what you will need for your Form ?
-you will need definetelly either a multistate-Box
-or you work with commands like → [.show(), .hide(), .collapse(), .expand()]
In fullmode it would look something like this…
$w('#YourInputfieldIdHere').hide()
...or...
$w('#YourInputfieldIdHere').show()
and....
$w('#YourInputfieldIdHere').collapse()
...or...
$w('#YourInputfieldIdHere').expand()
How to use and work with Multistate-Boxes- you will find here in this example…
https://russian-dima.wixsite.com/meinewebsite/multistate-boxes
You will also find more examples here…
https://russian-dima.wixsite.com/meinewebsite
Got it! Just added them to the function. Thanks!
@peltechonline
You are welcome!