Hi All,
We have just installed Membership Management Pro on a test install and all seems to work well.
We have now put it on the live install and now when a user joins they get taken to a redirect loop. Looking in the source of the page for this loop we see the following
| <html> | |
| <head> | |
| <title>Redirect</title> | |
| </head> | |
| <body> | |
| <form name="RedirectForm" action="http://www.siteurl.com/a/m/memberships/" method="post"> | |
| <input type="hidden" name="login_text" value="_login_txt_not_active" /> | |
| </form> | |
| <script type="text/javascript"> | |
| <!-- | |
| document.forms['RedirectForm'].submit(); | |
| --> | |
| </script> | |
| </body> | |
| </html> |
What causes this code to be inserted in the html for the page?
It is from /inc/utils.inc.php
