One confirmation email, two different forms.
Posted: Mon Jan 26, 2004 8:36 pm
Hi everyone,
I am totally new in web programming. Maybe my question sounds so silly for some of you, but i just wanna ask how to program forms in php which will accept multiple steps? For example form 1 post to form 2 then the consolidated results from both forms are posted via one email to the user? Basically i have a registration form, and then a billing form. So, i will need to send an email to the user about all the information that they have input in both forms. Currently i am using two forms which will send two different emails to the user. So, can anyone tell me how can i send only one email but the inputs are from two different forms? Thank you in advance
I am totally new in web programming. Maybe my question sounds so silly for some of you, but i just wanna ask how to program forms in php which will accept multiple steps? For example form 1 post to form 2 then the consolidated results from both forms are posted via one email to the user? Basically i have a registration form, and then a billing form. So, i will need to send an email to the user about all the information that they have input in both forms. Currently i am using two forms which will send two different emails to the user. So, can anyone tell me how can i send only one email but the inputs are from two different forms? Thank you in advance