Author Topic: Signup form paid or free product  (Read 10376 times)

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Signup form paid or free product
« on: April 12, 2011, 08:00:59 AM »
Hey David,

i was wondering if there is a way to customize the signup form page
like commenting out paypal email username?

What files would i need to edit in order to do that?

David

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #1 on: April 12, 2011, 09:29:19 AM »
Hi

No problem - go to html/signup.html and edit that page . You should be able to remove the table row with paypal email on it.

David

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #2 on: April 12, 2011, 10:51:55 AM »
Hey David,

thanks buddy I'll try that and see what happens and let you guys know cheers man...

David

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #3 on: April 12, 2011, 02:44:19 PM »
No probs - bear in mind that essential fields for sign up are email, user name and password.

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #4 on: April 13, 2011, 10:33:21 AM »
Hey David,

this is what I was looking for the required fields, is there a list
of these for the signup form

David

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #5 on: April 14, 2011, 08:45:37 AM »
The only fields that are essential to create an account are email, user name and password.

If you open the file html/signup.html you will see others that are there like PayPal address.

Are you looking to remove or add fields?

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #6 on: April 14, 2011, 09:09:18 AM »
David I am looking to remove some fields to make the form smoother
for customers and just have firstname, lastname, email.

but what I can tell from the signup.html file you need to have all the
above as well as the username field in order for the signup process
to work properly.

David here's another thing I notice with the signup page if you look
at the source online a live site it is pulling 2 sets of header and html close tags...

Code: [Select]
<!-- Start Header Code -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Creative Fountain & PayNotifier Pro Membership  - </TITLE>
<meta name="description" content="Creative Fountain & PayNotifier Pro Membership">
<meta name="keywords" content="Creative, Fountain, PayNotifier Pro, Membership">
<link rel="stylesheet" type="text/css" href="common/main.css">
<link rel="stylesheet" type="text/css" href="common/style.css">
</HEAD>

<BODY BGCOLOR="#0c4469" >
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="border">
  <TR>
    <TD align="center">

</TD>

  </TR>
  <TR>
    <TD valign="top">

<!-- End Header Code -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <script language="javascript1.2">
function formCheck(formobj){

if (formobj.termcheck.checked == false)
{
alert ('You must agree to the Terms Of Use.');
return false;
}





// Enter name of mandatory fields
var fieldRequired = Array("firstname","lastname","username","password","email","termcheck");

// Enter field description to appear in the dialog box
var fieldDescription = Array("First Name","Last Name","User Name","Password","Email","TOS");

// dialog message
var alertMsg = "Please complete the following fields:\n";

var l_Msg = alertMsg.length;

for (var i = 0; i < fieldRequired.length; i++){
var obj = formobj.elements[fieldRequired[i]];
if (obj){
if(obj.name == 'username')
{
uname = obj.value;
if(uname.substring(0,5).toUpperCase()  == 'ADMIN' && uname.length==5)
{
alert("Username cannot be admin");
return false;
}
}

switch(obj.type){
case "checkbox":

break;
case "select-one":
if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ""){
alertMsg += " - " + fieldDescription[i] + "\n";
}
break;
case "select-multiple":
if (obj.selectedIndex == -1){
alertMsg += " - " + fieldDescription[i] + "\n";
}
break;
case "text":
case "textarea":
if (obj.value == "" || obj.value == null){
alertMsg += " - " + fieldDescription[i] + "\n";
}
break;
default:
}
if (obj.type == undefined){
var blnchecked = false;
for (var j = 0; j < obj.length; j++){
if (obj[j].checked){
blnchecked = true;
}
}
if (!blnchecked){
alertMsg += " - " + fieldDescription[i] + "\n";
}
}
}
}

if (alertMsg.length == l_Msg){
return true;
}else{
alert(alertMsg);
return false;
}
}
  </script>
  <title></title>

</head>
<body>
<div align="center"><br>
<br>
<form name="login" method="post" action="signup.php"
 enctype="multipart/form-data" onsubmit="return formCheck(login);"><input
 name="rand" value="e2573b78bf0a386dba33a9c0a48e5962" type="hidden"> <input name="mrand"
 value="" type="hidden"><input name="prodid" value="1"
 type="hidden">
  <table align="center" border="0" width="90%">
    <tbody>
      <tr>
        <td class="titles" align="center"> Secure Payment Step 1 Of 2 </td>
      </tr>

      <tr>
        <td class="logintext" align="center"><b> </b></td>
      </tr>
      <tr>
        <td class="error" align="center"><b> Fill out the form below to begin the payment process.</b> </td>
      </tr>
      <tr>

        <td class="tbtext" align="center"><a href="member/login.php?short=paynotifypro">Existing Members Click Here To Login And Purchase</a></td>
      </tr>
    </tbody>
  </table>
  <br>

  <table align="center" border="0" cellpadding="2" cellspacing="0"
 width="90%">
    <tbody>
      <tr>

        <td class="logotext" align="left" width="18%"><b>FirstName:</b>
&nbsp;</td>
        <td class="logotext" align="left" width="82%"><input
 name="firstname" size="40" class="inputbox" type="text"></td>
      </tr>
      <tr>
        <td class="logotext" align="left">LastName: &nbsp;</td>
        <td class="logotext" align="left"><input name="lastname"
 size="40" class="inputbox" type="text"></td>
      </tr>

      <tr>
        <td class="logotext" align="left"><b>Primary Email:</b> &nbsp;</td>
        <td class="logotext" align="left"><input name="email" size="40"
 class="inputbox" type="text"></td>
      </tr>
      <tr>
        <td class="logotext" align="left">UserName: &nbsp;</td>
        <td class="logotext" align="left"><input name="username"
 size="40" class="inputbox" type="text"></td>

      </tr>
      <tr>
        <td class="logotext" align="left"><b>Password:</b> &nbsp;</td>
        <td class="logotext" align="left"><input name="password"
 size="40" class="inputbox" type="text"></td>
      </tr>
      <tr>
        <td class="logotext" align="right">&nbsp;</td>
        <td class="logotext" align="left">&nbsp;</td>

      </tr>
      <tr>
        <td class="logotext" align="left"><b>Coupon Code:</b> &nbsp;</td>
        <td class="logotext" align="left"><input name="coupon_code"
 class="inputbox" id="coupon_code" size="40" type="text"></td>
      </tr>
      <tr>
        <td colspan="2" class="logotext" align="left"> <input
 class="inputbox" name="termcheck" value="termcheck" type="checkbox"> I
have read and understand the <a href="terms.php" target="_blank">Terms
Of Use</a>. </td>

      </tr>
      <tr>
        <td colspan="2" class="logotext" align="left">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" align="center"><input name="Submit"
 value="Click Here Now For Instant VIP Access Now" class="inputbox"
 type="submit"></td>
      </tr>
    </tbody>
  </table>

</form>
</div>
<br>
<br>
</body>
</html>

<!-- Start Footer Code -->

</TD>
</TR>

<TR>

<TD class="tbtext">
<div align="center">
<a href="index.php">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="terms.php">Terms Of Use</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="contact.php">Contact Information</a>

</div>
</TD>
</TR>
<TR>
<TD class="tbtext"></TD>
</TR>
</TABLE>
<div align="center"><a href="http://simplememberpro.com/go/creativef" target=_blank>Powered by Simple Member Pro</a></div>
</div>
</BODY>

</HTML>
<!-- End Footer Code -->

I have no idea why it is doing this...

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #7 on: April 15, 2011, 07:53:30 AM »
The paypal email is not required - just remove the table row with it on.

I'll look in to the double tag issue and let you know.

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #8 on: April 15, 2011, 08:49:44 AM »
Thanks David, yeah I removed the paypal field so now it is only
the firstname, lastname, email and username fields that are
visible on the form...

the double header issue got me a bit puzzled and didn't really know
what to do with it so, I just I'll ask...thanks again man

--David

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #9 on: May 09, 2011, 02:12:47 AM »
Hey David,

how's it going man, i was wondering if u manage to have a look at that issue in my last reply?

Cheers mate David

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #10 on: May 10, 2011, 03:25:02 AM »
Yes, sorry - I thought I had replied?

Do you use Kompozer to edit your web pages? I noticed that it adds html tags to everything you create/edit using it and this could be the cause.

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #11 on: May 12, 2011, 12:54:37 PM »
David, no i dont use kompozer or any html editor for that matter just plain text editor.

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #12 on: May 16, 2011, 06:23:57 AM »
Can you take a look at the original signup.html file and your edited version. It looks like your edited version has html tags in - I checked a few of my sites and it is not displaying like this.

If not then PM me site details (or submit a ticket at www.contactandsupport.com with details) and I will have a closer look.

David

Offline Creativef

  • New User
  • *
  • Posts: 8
    • View Profile
Re: Signup form paid or free product
« Reply #13 on: June 11, 2011, 02:40:10 PM »
David it was my html client doing the crazy stuff adding
the extra html code, thanks man.

BTW are you going to be adding clickbank soon as
one of the payment processors, with all the paypal
scare going on it might be a great time to it. :)

David

kiosk2

  • Guest
Re: Signup form paid or free product
« Reply #14 on: June 13, 2011, 06:53:40 AM »
Thought that was what it was.

We looked at Clickbank a while back but without the ability to track their recurring payment system (they don't have a Sandbox facility for it) it is hard to test. Not worth adding just for one off payments.