Not finding this issue submitted by anyone else.
I am using a number of forms on our website and they are all working great except for a long 3 part form. The issue is calling up data from the previous form steps.
The form I created is a 3 part submition.
Step 1 the user inputs name and contact info
Step 2 the user enters their product data
Step 3 is a survey.
After they submit the form we want a confirmation email to be sent. The email sends fine, however it does not input the data entered by the user. This function works just fine on a single page form. However, it does not with a multi-page form. Am I missing something? It apears the data from step 1 and 2 is not accecable from step 3.
This is what we would like to have in the confirmation email.
Product Name: {Product Name}
Sold to: {First Name} {Last Name}
Place of Purchase: {Place of Purchase}
Date of Purchase: {Purchase Date}
Date Submitted: {Date}
When the email is recieved the custom data is not included. However, predefined values work.
I am also having the same issue with the email submitted to us by the cforms plugin. In the subject we call for {First Name} {Last Name}. This data is also not apearing.