Is someone able to clarify please.
I’m using activecampaign and youcanbookme on wordpress site
The process is:
Step 1: an activecampaign form on the website
This then redirects to
Step 2: an embedded youcanbook.me form
I’m trying to prefill the form.
When I redirect to the youcanbookme hosted form
ht.tpsURL.youcanbook.m.e/?FNAME=%FIRSTNAME%&LNAME=%LASTNAME%&EMAIL=%EMAIL%&PHONE=%PHONE%
it works fine.
But when I redirect to the embedded version, I can’t get it working.
(I’ve put . . . in the urls, as it wouldn’t let me post otherwise)
Questions:
- Do I need to keep the content in the redirect url (that is redirecting from ActiveCampaign)
i.e. h.t.t.p//URLwithEmbeddedForm.c.om/?FNAME=%FIRSTNAME%&LNAME=%LASTNAME%&EMAIL=%EMAIL%&PHONE=%PHONE%
or do I just leave it going to h.t.t.p//URLwithEmbeddedForm.c.om/
(without the Identifiers at the end of the URL)
And
- I saw that I need to add something to the embed code. But what exactly do I need to add? And where do I add it? (I’ve changed the URL and Form name below).
Here is the embed code. Do I add the identifiers (ie FNAME=%FIRSTNAME%) there? IF so, how?
Thanks