I would like my signup form to pass the information, that the signup came through “landing-page” on to airtable so I can see which landing page performs best
Bonus: even better would be, if I could somehow track which google ads campaign the signup came from - e.g track the Click ID (gclid) from the ads campaign
Is that feasable with something like a hidden field? How would I go about that?
Those things are all possible but typically requires small JS code snippets like getting referral and intercepting form submission and adding values in the form etc…