I have a custom join form.. mymodule_join_form + join.tpl.php and mymodule_join_form_submit. I'm trying to figure out how to get the Janrain login options displaying here and integrated with a custom site.
I don't see where the list of logins etc are coming up.

Comments

cutcopypaste’s picture

Ok I've seen that it is by default included in the login block and the login page. I need to place it some other places as well, but I do not see how I would do this.

iamcarrico’s picture

I had to do something similar for my site, and ended up just calling "_rpx_user_login_form_alter(&$form, &$form_state)" within my own form creation.

It will add the same RPX links to the form.