Global forms - show custom CTA button for Known people
Hello,
we use global forms and we have this form CTA "{{my.FormCTA}}". This way, once we create new event program, we can easily change the form CTA from Register to Watch on-demand via program token "FormCTA".
But this seems to work only with the all-fields form. It doesn't work with the Known Visitors form, as below:
<p>Welcome back, {{lead.FirstName}}!</p>
<p>{{form.Button:default={{my.FormCTA}}}}</p>
<p class="notYou">{{form.NotYou:default=Not you?}}</p>
I know we cannot use custom tokens in KV forms, but I know there is a way to bypass this with a JS code, I just don't know how to imlement it for the CTA button.
Thanks,
Yavor