If we add janrain links via ajax, they are not binded, which means clicking on them doesn't open the rpx-widgets overlay.

Comments

amitaibu’s picture

Currently, as a hack, as I need to allow this from a modal (see user-modal in my sandbox), I add a hidden link on page load, and in the modal I click on the hidden (binded) link.

It's ugly, but currently as I see, only solution.

geokat’s picture

Title: Add JS late binding for rpx-widgets » Add JS late binding for Engage widget-invoking buttons
Category: bug » feature
prashdev’s picture

Hi,

I've a sign up form in a modal using ctools, Janrain links don't bind.

@Amitaibu I would like you use your hack you suggested. Can I access this somewhere ?

modstore’s picture

I need to get these buttons working within a modal popup as well.

@Amitaibu can you please provide an example of your solution?