Jump to content

Combining multiple forms to send in one E-mail


Bhayes21

Recommended Posts

I'm really stumped on this problem.  :shrug:

Using php I have created a form in Dreamweaver that is a timed test. It goes like this:

Page 1: Name/ID

Page 2/3/4: Test questions

Page 5: Survey

Each time they submit the results to go to the next page, it sends me an e-mail of the results. Problem is that it sends a separate e-mail for each page, so I get 5 separate e-mails for each person that takes the test. Can someone point me in the right direction on what I can do to combine all of the results into 1 e-mail?

I have looked into session variables and arrays but I'm not sure what is the best approach.

Thanks

Link to comment
Share on other sites

I think what I'm looking for is a way to store the results into the final page of the form and then when you submit the last form it sends me all the results in one email.

  So option 1)

    Form 1 submit ---> Store results in Form 2 - Form 2 Submit ---> Store results from F1 & F2 - Form 3 Submit ---> Sends email of results from F1, F2, and F3

     

                          OR

 

    Form 1 Submit ---> Store results in Form 3

    Form 2 Submit ---> Store results in Form 3

    Form 3 Submit ---> Email results of Form 1, 2, and 3

 

Maybe this is the wrong way to go about it but this is what I envisioned

Sorry, should have cleared this up in the first post

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.