Hi all, I am new to DNN and modules. Sorry if my question is poor or I am expecting too much from a module..
I am using the latest version at the time of writing this post of both DNN and Form and List Module.
I am trying to make a form that will collected data and the resulting list will be viewable by admin. It is similar to a feedback/contact form where the users fills the form and submits. On submit the data is saved and emails are send to the user and the admin(s).
The problem is that some fields are conditional. Eg:
Q1. Type of query(Text): Values=General;Services;Supplier;Career
Q2: Services(Checkbox list): Values: Service1;Service2;Service3;Service4;
Q3: Details of Enquiry(RichText)
Q4:Name(text)
etc......
What I want to achieve is,
Show Q2 only if "Services" what chosen from the Q1 dropdown
Show Q3 only if "General" is selected from Q1 dropdown
Redirect user to another URL if "Supplier" is chosen from Q1 dropdown.
Redirect user to another URL in a new browser window if "Career" is chosen from Q1 dropdown.
I am not able to find a way to do this using Form and List module.
Am I going at this wrong and should I be doing something else to achieve this functionality?
Additionally, how would I allow a file upload with the form?
Thanks very much in advance.