Custom behavior for the Event Calendar buttons

can i have the REGISTER NOW button on main summary list just open the “event details” instead of going to outside URL? and then i would NOT show the “register now” button at the top of the event details?
The work-around is that I would need to ask if i can put a custom HTML button for 50% and 100% payment options in body of the event details instead.

Hi there, @Jennifer_Yosowitz :waving_hand:

We can create a custom code to open the event popup when clicking the button on the list view. As for the button in the popup, it’s possible to add only button there per event, that will redirect users to the payment page (direct payment from the widgets are not supported now).

If you’d still like to open the event popup on the button, click and use the Redirect to URL option for the button in the popup, please specify:

  • whether you’d like to keep the whole clickable (to open the event popup) or just use a button for this

  • the name of the Event Calendar widget where you’d like to implement it

Yes I would very much like a custom code to open the event popup when clicking on the button on the list view. I want a client to see the event details, and not just be taken to an external stripe payment link when in list view.

Also, can you please fix my code attached so i don’t have to keep recreating it. I still have to find a workaround for having two buttons in each event as you see here. I made it this code myself here for you to see at the bottom. ( and it even stacks properly in mobile).

Please try not to delete my code. Without the 50% deposit to hold seat, elfsight isn’t workable for us. - See link and screenshot attached. Course Schedule

Got it, thanks!

Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

.eapp-events-calendar-list-item-button {
  pointer-events: none;
}