Jun 9th, 2011, 6:35 AM
Heya,
Sorry for the wait! So much going on around here....!
So how are you outputting the information on your results page? Using the ft_api_show_submission() function? If so, what you'll need to do is create a new View that contains only that information that you want to see on the thankyou page (and call the View something like "Thankyou page"). Then, pass in that unique View ID to the ft_api_show_submission() function and it will only show those fields (see the second parameter):
http://docs.formtools.org/api/?page=ft_a...submission
Good luck!
- Ben
Sorry for the wait! So much going on around here....!
So how are you outputting the information on your results page? Using the ft_api_show_submission() function? If so, what you'll need to do is create a new View that contains only that information that you want to see on the thankyou page (and call the View something like "Thankyou page"). Then, pass in that unique View ID to the ft_api_show_submission() function and it will only show those fields (see the second parameter):
http://docs.formtools.org/api/?page=ft_a...submission
Good luck!
- Ben