I thought ive done this before but i cant remember how...
Once a user submits a form, the results page shows all the fields they've entered and submitted information. I want to customize how some of the text appears and remove some entries for example, i dont want to display the IP Address and some other fields. Where do i modify that?
Customize Form Result ConfirmPage
Hiya Bill,
In order to do that you want to alter the setup of the confirm options tab. The top selection is for confirmation Message which is what shows up on the web page after submitting. What you need to do is remove the:
[_form_results_]
selection in that message and replace it with the fields you want to show up. Remember that you'll need to code all the placement of them so if you want them on separate lines you'll need to add line breaks etc. until you get it setup how you like it as it won't show up in a default table as it normally does when you remove that default setup as that default setup is what contains all the settings for how it displays as well.
If you want it colored, spaced, bordered, etc. you'll need to add inline style tags to accommodate that also.
Hope that helps and have fun with it!
In order to do that you want to alter the setup of the confirm options tab. The top selection is for confirmation Message which is what shows up on the web page after submitting. What you need to do is remove the:
[_form_results_]
selection in that message and replace it with the fields you want to show up. Remember that you'll need to code all the placement of them so if you want them on separate lines you'll need to add line breaks etc. until you get it setup how you like it as it won't show up in a default table as it normally does when you remove that default setup as that default setup is what contains all the settings for how it displays as well.
If you want it colored, spaced, bordered, etc. you'll need to add inline style tags to accommodate that also.
Hope that helps and have fun with it!

ahh right... I thought it was in there somewhere... thanks.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.