Hi There
Im using simplemodal login on a website Im building, Im using <?php wp_register(); ?> to add the login button to the page. What I would like is for the popup to load as the page loads automatically. I know this is possible but Im not sure what the best way would be to do this. The link can also be added manually by adding the link below to the page <a href="/wp-login.php?action=register" class="simplemodal-register">Register</a>
I need the linked to fire automatically as the page loads.
Any help would be appricaited.