[VIDEO] hey, I need help with a popup

give us the code of the signup button too so we can see the actual link to the popup and I can fix it for you in 2 sec
 
Last edited:
This is not php, it's jquery or some other javascript..

You should post more of your code for us to be able to help you, like berkeli said, if we get the signup button code, we can see wich selectors the javascript use to recognize the click event on the button.

try to set same class and/or id on the image as you use on the button, if that doesnt work, you should check the javascript and find out if the event is binded to a $('button') action or maybe even $('submit') function().
 
Back
Top