Hello. I am new to programming. I have created a form (shown below) that I want sent to applicants. I have three drop-down lists: Status, LMI, and Structure Type. I want to design the form so that these lists will automatically filter a set of applicants according to their Status, LMI, and Structure Type. What are the steps I need to take to have my drop-down menus filter applicants by these three types? Thank you.
Discussion posts and replies are publicly visible
If I understood correctly, you are sending these forms to applicants. Then they fill the forms and send back/submit. So, you will be saving their responses in a table? Or is the scenario different?
Hello. I am sending these forms to applicants. I want to select options from these drop-down menus, click submit, and have the email (the form is sent via email) containing the form message sent to the filtered applicants.
Ok, do you have a database table that contains all the applicants with details like Status, LMI and structure type?