I know questions have been asked many times about populating a dropdown based on the contents of another dropdown selection. I also understand the problems with wrapping a intuitive UI around it.
So that said I have two PreSales questions..
1: Not having the plugin to look at it would it be easy to modify the JS to add your own functionality? Or are the forms rendered out in a way that referring back to elements become too cumbersome?
2: It has been suggested that you have multiple dropdowns which you hide/display based on conditional logic. This is fine, but from a reporting aspect how does that work? Say I want two color dropdown menus that will display based on a model dropdown. If I want to setup notifications is it possible to email the color they actually chose back? Or would I have to reference to color fields in the notification? This, in a highly 'dynamic' form of this nature would create a less than pretty email notifcation.
Thanks!