Customizing CTA Behavior

I decided to get a bit experimental with how CTAs work on a demo I’m working on, but being they won’t appear on my cards I’m thinking I may be doing something ill-advised. Here’s what I’m attempting:

Basically, I want to show the CTAs based on the value of c_acceptsInPerson/c_acceptsVirtualVisits (A Yes/No field), and use a static text as a label in each case, with an outbound link to the reservation/telehealth link respectively. Is something like this supported? If it should work - great! Then I know the issue is elsewhere :sweat_smile:

I figured it out! Things to note:

  1. The CTAFieldTypeLink formatter is only required for CTA fields - if it’s a basic URL field, you should forego the wrapper.
  2. Make sure you have your field names exactly right! E.g. c_ in front of all your custom fields but not in front of any default ones.