Thanks for the reply. The form is here: truebeachweddings.com/packages/package-estimator-part-i-of-iii
Essentially, the user provides some contact info on Form 1 ( the results of which are passed along to the next forms in hidden fields)
Then, the user chooses the services they need on Form 2 and receives a low, middle, high estimate based on the services they choose. These calculations are working correctly on Form 2 (the results are calculated in product fields with a css class of hidden with display:none), and I'm trying to pass the figures for the low, mid, and high over to Form 3.
Form 3 appears to be losing the updated figures, and is instead showing the default values. For example, uncheck some services on Form 2 and then take note of the amount in the visible Number field at the bottom. This field value is being sent to the Number field at the top of Form 3, which should be displaying the updated value, but instead reverts to the default value. You can see the default value for this field in the URL string - the default is being passed and not the correct, updated value.
I set things up this way (instead of a multi-page form) because we want to capture user info at different points in the process. Everything is actually working great for my purposes except for this one final issue. Let me know what you think - I'd be happy to provide you with a login to my site if it helps.
Posted 12 years ago on Wednesday October 3, 2012 |
Permalink