Customer name in Cpanel?

Discussion in 'Optigold ISP' started by steve35, Apr 4, 2005.

  1. #1
    Shawn, how are you?

    In the control panel, we made it so the customer first and last name is an editable field, by using the code below. The problem is when these 2 fields are edited, OG does not reflect the changes? Any ideas? Thanks

    <TABLE><TR><TD>
    <span class="text">First Name:</span><BR>
    <INPUT TYPE="text" NAME="First Name" VALUE="[FMP-Field: Customer
    ID Validation::First Name]" SIZE=15></TD>
    <TD>
    <span class="text">Last Name:</span><BR>
    <INPUT TYPE="text" NAME="Last Name" VALUE="[FMP-Field: Customer ID Validation::Last Name]" SIZE=15>
    </TD></TR></TABLE>
     
    steve35, Apr 4, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    You would to build your own web interface if you want to be able to pass additional fields to it (modifying the default will not work).
     
    digitalpoint, Apr 4, 2005 IP
  3. steve35

    steve35 Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Huh... These are not additional fields, they are already variables that you use in the edit.txt file. We simply made them an input type. All other variables on this file work as an input type. You would think perhaps the most important piece of customer info (first and last name) would be editable? Am I missing something? Thanks Shawn
     
    steve35, Apr 4, 2005 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Right, that's what I'm saying... making them (or any other field) a text field is not going to make it work with the existing system.
     
    digitalpoint, Apr 4, 2005 IP