Cancel and confirm links to FullCalendar event template

Support forumCategory: QuestionsCancel and confirm links to FullCalendar event template
Filipciuc Ionut-Laurentiu asked 3 years ago
In FullCalendar shortcode if I put event content in popup {= __CONTEXT__ | raw}, the cancel and confirm links, it's shows like a href attribute. If I put just the {= link_confirm} or {= link_cancel}, it's shows like this: <a href='mysite?_ea-action=cancel&_ea-app=23109&_ea-t=8b525dcd4b4e60f7527a33ae8d785a01'>Easy Appointments</a> https://imgur.com/pn7wG4T What do I need to change or do, to be a href attribute and how can I change 'Easy Appointments' in something else? Best regards,
John
1 Answers
Nikola Loncar Staff answered 3 years ago
Hi John, you need to put raw next to it. Like this {= link_confirm | raw}. Docs will be updated regarding this 🙂 Best regards, Nikola