Execute JS after User Login
Jamroom Developers
instead of the javascript_footer_function, try 'javascript_ready_function'
As that code is in the header, but wrapped to fire in an
$(document).ready()
The footer function might work too if you wrap it in an on-ready function code to fire when the page is ready to go.
Give each a go. Thing to test is to see if your alert('TEST: Alert On SignIn'); is being placed in the footer after sign-in. If it is, then all that is needed is to get it firing.
