Use all custom attributes on a page
David Lamoureux
Ability to use all contact custom attributes in the editor on a page. Use case, you have a survey and you want to show the contact their answers on the Thank You page.
David Lamoureux
Merged in a post:
Ability To Access Details From A Form Submission On-Page
Johan Carlberger
Many other form tools and also landing page builders allow to pass form details from let's say an optin page to the thank you page so that this information can be utilized in custom code like tracking pixels and other dynamic features.
I would very much like the ability to access any client details submitted in a previous form directly on the next page. Either as visual dynamic content like "Thank You John For Your Request".
But also the ability to access these details as dynamic parameters in custom code blocks. Let me give you a great example.
For Google Ads conversion tracking you can enhance those with personal data like email + phone numbers. So a typical way I have done this before on other builders is to pass form details via UTM parameters to the thank you page, accessed these via JavaScript and then pushed the details into a DataLayer object in Google Tag Manager.
Since CF 2.0 is a closed platform, this shouldn't be an issue implementing.