Is it possible to make restrict user input within a form control based on an event or particular selection criteria. must be able to change how the form work based on an event
i.e if a visitor answer yes to a question then the next question changes based on that answer..
Not out of the box as far as I know, but you could easily do something like this with JQuery. We use something similar to change fields based on dropdown selections, for example show an "other" box if "other" is selected on in a dropdown list of items.
contour question?
Is it possible to make restrict user input within a form control based on an event or particular selection criteria. must be able to change how the form work based on an event
i.e if a visitor answer yes to a question then the next question changes based on that answer..
Not out of the box as far as I know, but you could easily do something like this with JQuery. We use something similar to change fields based on dropdown selections, for example show an "other" box if "other" is selected on in a dropdown list of items.
Thanks Tim..
finally i got some reply for my query..
can you please provide little bit of information for where i need to write JQuery so perform that bit or some example will be great
Thanks
Adarsh
is working on a reply...