Well my objective was to keep the form processing as transparent as possible and the forms to be highly customizable. Therefore since the users specify their own thank you page, the program doesn't have control over it and hence cannot pass in the entered data. Even if I make the program pass the data to the thank you page, the thank you page file would require some PHP code to acquire and display the data.
One workaround is that I provide a "raw" thank you page that is generated by the program and then let the user modify the look and feel of this page. I'm still not sure how smoothly that would work but I will definately give it a try and incorporate it into the next version if it seems pragmatic.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to have the results that are gathered to disply on the thank you page???
this could also serve as a confirmation page to the user fillin in the form...
any help would be appreciated.
Zipporah
Well my objective was to keep the form processing as transparent as possible and the forms to be highly customizable. Therefore since the users specify their own thank you page, the program doesn't have control over it and hence cannot pass in the entered data. Even if I make the program pass the data to the thank you page, the thank you page file would require some PHP code to acquire and display the data.
One workaround is that I provide a "raw" thank you page that is generated by the program and then let the user modify the look and feel of this page. I'm still not sure how smoothly that would work but I will definately give it a try and incorporate it into the next version if it seems pragmatic.