Website Membership - Sign-up Issue

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 28, 2012   (RSS)

Re: [Perchpole] Website Membership - Sign-up Issue

By Jason - May 28, 2012

Hi Perch,

If First, change $GLOBALS['WEBSITE_LOGIN_SIGNUP'] to "index.php?cat=52" (sounds like you may have already done this.

Next, in your signup page, look for this line:

<form method="post" action="?">

This is the signup form. The action = "?" attribute is the reason why you get "index.php?" upon submission. Try replacing this line like this:

<form method="post" action="<?php echo $GLOBALS['WEBSITE_LOGIN_SIGNUP_URL'];?> ">

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Website Membership - Sign-up Issue

By Perchpole - May 28, 2012

Clearly I'm just going to have to get on the boat to Canada and buy everyone a very large drink!

:0)