We want to use a TypeForm to collect customer inquiries about products. We’ve embedded the TypeForm on a page and then link to that page from various products, passing the catalog number via URL parameter.
I’ve found the instructions to retrieve that URL parameter using a hidden field, but we want to actually display that value on the form - specifically in the Catalog Number field in the TypeForm:
How do I accomplish this?
Thanks in advance!