Hi!
Repost to clarify, update. I’m using HTML to build a button that triggers a popup but need it to only open if the user is logged in. Is there a way I can edit the HTML so the button is only clickable when logged in? Possibly triggering the sign in pop up or text that tells the user to log in. Here is a snippet of the current HTML below:
<button
onclick=“bubble_fn_button_tapped('Parent group’s Doctors’s unique id”)">
Thanks!