Fill in the default customer fields on the creation of a new page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blubbert
    Mivite

    • Mar 2006
    • 113

    #1

    Fill in the default customer fields on the creation of a new page

    I am trying to create a new sign-up page for our email newsletter.

    I am trying to get the default billing name and email address to show up, but haven't had much luck. I assigned the customer item to the page.

    Here is what I have tried so far.

    Code:
    <div align="left">First  Name:<input name="_fname" type="text" size="30" maxlength="100" value="&mvte:global:BillFirstName;" /></div>
    
    <div align="left">Last Name:</b><input name="_lname" type="text" size="30" maxlength="100" value="&mvte:global:BillLastName;" /></div>
    
    <div align="left">Email Address:<input name="_email" type="text" size="30" maxlength="100" value="&mvte:global:BillEmail;" /></div>
    
    <div align="left">Retype Email Address:<input name="v_email" type="text" size="30" maxlength="100" value="&mvte:global:BillEmail;" />
    Do I not have the right variables? or what am I missing?
    Brandon Lubbert
    Library and Educational Services

    A wholesale company for churches, day care providers,
    homeschools, libraries, missionaries, resellers and schools!


    www.libraryanded.com
  • nottheusual1
    Mega Mivite


    • Jul 2008
    • 1124

    #2
    Re: Fill in the default customer fields on the creation of a new page

    Try this:

    Code:
    <div align="left">First  Name:<input name="_fname" type="text" size="30" maxlength="100" value="&mvte:global:customer:bill_fname;" /></div>
    
    <div align="left">Last Name:</b><input name="_lname" type="text" size="30" maxlength="100" value="&mvte:global:customer:bill_lname;" /></div>
    
    <div align="left">Email Address:<input name="_email" type="text" size="30" maxlength="100" value="&mvte:global:customer:bill_email;" /></div>
    
    <div align="left">Retype Email Address:<input name="v_email" type="text" size="30" maxlength="100" value="&mvte:global:customer:bill_email;" />

    Comment

    • blubbert
      Mivite

      • Mar 2006
      • 113

      #3
      Re: Fill in the default customer fields on the creation of a new page

      Thanks so much! It works great!
      Brandon Lubbert
      Library and Educational Services

      A wholesale company for churches, day care providers,
      homeschools, libraries, missionaries, resellers and schools!


      www.libraryanded.com

      Comment

      Working...
      X