Replies: 0
I’m creating a form for my client to add a medical educational program into their site using Directorist and dDoctors. In the form, there are fields to specify what documents are needed to enroll in the program. Sometimes the program specifies the documents, and sometimes it does not.
I want to build the Add Listing form so that it first asks if the documents are specified or not (using a radio button for Yes/No). If “No” is selected, then the form is saved with the field as “Not specified”. If “Yes” is selected, then two additional form entries appear: Required Documents and Optional Documents, and then these selections are saved in the entry.
How can I add conditions to my Add Listing form to accomplish this?