Redirect with variable in URL

Support forumCategory: QuestionsRedirect with variable in URL
cb29kqp asked 3 months ago
Hi Nikola, I have different services and need different questionnaires with them. I wonder if there is a way to create a redirect URL in Easy Appointment like the following: https://subdomain.domain.com/questionnaire1?firstname=John&lastname=Doe&email=john@doe.net Such a URL would pre-populate the form on the above page and the visitor does not need to enter data twice. I already tried this in Settings as a redirect for a specific service: https://subdomain.domain.com/questionnaire1?firstname=#firstname#&lastname=#last-name#&email=#email# But that does not forward the variables. Is there any file I need to modify? Thanks for your help. Regards,
Stephan  
3 Answers
Nikola Loncar Staff answered 3 months ago

Hi, its already capable for such thing. For example if you have field called email (slug value):

https://subdomain.domain.com/questionnaire1?email=test@email.com

After selecting time it will put that value inside email field :)

Best regards,
Nikola

cb29kqp replied 3 months ago

This is not what I’m asking. If a visitor selects a time, fills name and email and submits the appointment form it should take the aforementioned variables into the URL to forward them to a different app, which provides a more detailed questionnaire.
I’m not looking to pre-populate EA form fields. EA form fields must be added to the URL to pre-populate a different form from a different app. That’s what I’m looking for, as EA does not provide different forms for different services.
Hope this clarifies my request. I assume from your answer that EA does not have this ability. Am I correct?

Nikola Loncar Staff answered 3 months ago
Hi atm you have option to redirect to different url after booking but you can't have that dynamic part with params. Only as static url at this point. That needs to be implemented for booking params.   Best regards, Nikola
cb29kqp replied 3 months ago

That’s too bad. I check for a different solution than.

jose_maria_hernandez_garcia answered 3 months ago
Hello Nikola! The first, congratulations for this plugin, work very well. For me, the only thing that I miss is the same than cb29kqp

We want to redirect the customer to a page with dynamic vars:

https://subdomain.domain.com/questionnaire1?email=#email#&utm_term=#utm_term# ...

It would be great to have this feature.

Thanks in advance!