I'd like to be able to create a form that has an option where the user selects a number from 1-50 from a dropdown list; then, depending on what number was selected, I want to show single-line entry fields.
So, for example, if I choose '3', there should be three text-boxes displayed to the user.
This seems like it should be easy, but the logic for conditional forms is just 'IS' or 'IS NOT'. There is no 'less than' or 'greater than'.
Is there any way to do what I want at this time?
It'll be similar to this: http://www.wolfsnap.com/google-apps/ but, I'd like nicer logic. vs. just a paragraph entry box. (That form is from wufoo)
Thanks!
David