Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi there,We personalize our email footer based on the Clinic ID of patientThe way we do this is by implementing a Global token (called my.global) as storage for informationThen we use Clinic ID as lookup value to get other dataThis is a snippet of the value that we haveMy.Global","latitude":51.11230...
Ah I see, I will keep this in mind.Because we won't use this landing page later on.Regards,Eben
You know, I am not quite sure, I just pick one of the custom template.I'm guessing that has to do with the parameter acting weird?
Here is the landing Pagehttps://pages.lifemark.ca/TestSurvey.html From the test email, I put some parameter at the endhttps://pages.lifemark.ca/TestSurvey.html?SurveyScore=1At the Landing page I use the following configuration
That's my first intuition too, but when I test using URL Parameter, the form doesn't pass any value But when I use Referral Parameter, I tried twice using different value, and it updates accordingly on the backend
Thanks Sanford, it works as prescribed.In my case, I use Referrer Parameter instead of URL ParameterNow I need to somehow connect the visible star button to the stored value, but that is for different case.Thanks as always!
Thanks as always Sanford!I am going to try implementing the Parameter to the email.As far as I know, I need only to put ?Field=value to the last part of my emailAnd at the form side, the auto-fill option will extract from that field nameOnce I am successful I will report here
Sanford WhitemanThanks for the reply!Yeah I figured that I will need custom CSS for star rating.We altered the radio button with CSS before, so I think it will not be a big problemAs for the main question:I take that you are suggesting isAt Email, each star will have certain parameter embedded (to...
Hi there,We want to send out email survey.Inside the email, there is a 5 star rating.Recipient can click any of the star, and they are taken to Survey landing page.The landing page also has the same 5 star rating, which correspond to whatever rating they choose previously.Question:How to pre-populat...
I am tasked with sending daily result of survey to all 200 clinics.The traditional way of doing it is using smart list subscription, but it will be a lot of work to build and maintain 200 subscriptions.The only way to avoid making 200 repetitions is by pre-populating the email send address, all the ...