Custom Button on Contact Page
I want to create a button on the members profile page to allow them to request a copy of their membership certificate. The button would call a webhook in make.com which would trigger the issue of the certificate.
I can create a button using a custom HTML module, but i need to pass the member id with it.
eg https://webhook.example.com/?email=1234
Does anyone know if it possible to do that with a variable that will detect the users id
-
Ansid Media - The WildApricot Experts commented
This can be achieved using the JavaScript API: https://gethelp.wildapricot.com/en/articles/1705-working-with-api-from-javascript
Contact us if you need help implementing this. hello@ansidmedia.com
-
Milan Sreckovic commented
I would definitely benefit from having this. Andrew, did you figure it out? AI claimed window.WaLogin.user.contactId would work, but I can't find the source, and it isn't working.