My sign up page for hotspot allows someone to signup and to make a payment through paypal, however the selected profile is not set to the correct variable and passed back to the userman database. I am attempting to hardcode the neccessary variables into the signup page so the profile will be setup and associated with the user during inital signup before being sent to paypal. Does anyone know if i can add this code to manually set the profile to what’s selected on the signup page and have it assigned to the user? If this is not correct what is the correct variable name?
if(!checkProfile(“buy_profile”, “sf_profile”)) return false;
I have found the following varibles on the userman sign-up page:
function checkSignupForm() {
if (!checkEmail(“sf_email”)) return false;
if (!checkMinLen(“sf_user”, “Login”, 3)) return false;
if (!checkMinLen(“sf_pwd”, “Password”, 5)) return false;
if (!checkAreEqual(“sf_pwd”, “sf_cnf_pwd”, “Passwords differ”)) return false;
return true;
with $profiles pointing to
Zulu 256k (6.25 USD)Zulu 512k (12.50 USD)Zulu 1.0M (25.00 USD)Zulu 1.5M (37.50 USD)Zulu 3.0M (75.00 USD)Zulu 6.0M (150.00 USD)Zulu Day Pass (3M) (3.50 USD)
Last is $profiles contained in the general.js page and how does one access this document? General.js is not listed under umfiles.