I have a few questions and wondering if anyone can help me or point me to the right direction.
I have a form and using ASP will submit the results to an email address:
1. Is there a way that the person can "save" their form info or will they lose it? Either saving it while working on it or after hitting submit?
2. How would you code so the person can choose from a menu the person or persons they wish the results to go to? This would be instead of hardcoding it in the ASP code or having them enter it into a text box. The goal is that they can send it to mulitple people and they can choose the names of the people from a drop down list.
3. Is there a way to allow the user to upload an attacment and then have it submitted with the form results?
I know this is alot but I've searched many websites and can not find this info. Any thoughts would be most helpful. I am not using a database either so I don't know if I would need to.
Thanks
Sarah
I have a form and using ASP will submit the results to an email address:
1. Is there a way that the person can "save" their form info or will they lose it? Either saving it while working on it or after hitting submit?
2. How would you code so the person can choose from a menu the person or persons they wish the results to go to? This would be instead of hardcoding it in the ASP code or having them enter it into a text box. The goal is that they can send it to mulitple people and they can choose the names of the people from a drop down list.
3. Is there a way to allow the user to upload an attacment and then have it submitted with the form results?
I know this is alot but I've searched many websites and can not find this info. Any thoughts would be most helpful. I am not using a database either so I don't know if I would need to.
Thanks
Sarah
Comment