I am having problems using a custom merge tag. I want it so when a viewer puts in there company name it carries over to a new form.
I set it up so the first form has one input and that input collects the company name. That form is setup to forward to a new page and I used the Pass Field Data Via Query String (?) option and put companyname={Company:2} into the field to carry over.
One the second form I made a new input to display the merge tag. I used {custom_field:companyname} to display the company from the previous form.
It is not displaying however. My url includes ?companyname=TestingCompany and it is still not displaying.
Thanks