Hi Guys - New bubbler here. According to the video we’re allowed to click an element within a reusable component (eg - Sign up button inside reusable header). However, when I start the workflow to show the signup popup from said button I don’t have the option to select the signup popup element?
As you can see below I don’t have access to the signup popup element in the dropdown. Not sure if I’m doing something wrong?
You’re not doing anything wrong. Reusable elements are self contained and cannot easily communicate outside of its own group. So your popup is outside of the group and you need a way to tell it to open from inside the reusable. Two options:
Rather build your popup inside of the reusable element, good option for login / sign up buttons
Use a plugin that will let you trigger an action outside of your reusable element (I built the Reusable Communicator plugin for this purpose)