• 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)
  • Thread Starter grindflow

    (@grindflow)

    is it the method=”post’?

    where would I modify that?

    I need the style=’display: none; to go away…. or to say block…

    firefox is crashing on me for some reason, using other element inspectors, i can disable the element.style { and it shows my page just fine

Viewing 1 replies (of 1 total)
  • The topic ‘Register Plus Redux’ is closed to new replies.