Register Plus Redux
-
Could someone please help me before i lose my mind….
my site has the following line overriding my CSS and therefore not allowing the registration form to show:
<form name="registerform" id="registerform" action="https://mysite.com/login/?action=register" method="post" style="display: none; ">
I have no idea where it is getting the display: none??! I found this in the register-form.php of RPR, but it doesn’t have the element.style
<form name="registerform" id="registerform<?php $template->the_instance(); ?>" action="<?php $template->the_action_url( 'register' ); ?>" method="post">
this is standing between me and the launch of this site
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Register Plus Redux’ is closed to new replies.