Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2006
    Posts
    89
    Plugin Contributions
    0

    Default New fields in signup form

    A little help please...

    I am adding a new field to the signup form. I have modified the following:

    english.php
    tpl_login_default.php
    includes/modules/pages/create_account/header_php.php
    admin/customers.php
    customers table in database.

    I can modify the new field from the ACP but when a new member signs up, the new field info is not added to the database. I am guessing the problem is somewhere in header_php, I have basically duplicated the lastname field.

    Any thoughts? Thanks!


  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: New fields in signup form

    Can we see the files or changes you have done?

  3. #3
    Join Date
    Mar 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: New fields in signup form

    Yup, in tpl_login_default I added:

    <td class="main"><?php echo zen_draw_input_field('petname', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_pet', '40')) . '&nbsp;' . (zen_not_null(ENTRY_PET_TEXT) ? '<span class="inputRequirement">' . ENTRY_PET_TEXT . '</span>': ''); ?></td>


    In header_php I added:

    line 44
    $petname = zen_db_prepare_input($_POST['petname']);

    line 258
    'customers_pet' => $petname,

    line 280
    'entry_petname' => $petname,

  4. #4
    Join Date
    Mar 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: New fields in signup form

    Disregard above, it does work, just my crappy connection playing tricks.

 

 

Similar Threads

  1. Custom Contact Form - New Input Fields
    By Nima in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Jun 2010, 11:45 PM
  2. No form fields for new customer to register
    By yardgames in forum General Questions
    Replies: 2
    Last Post: 6 Dec 2009, 05:38 AM
  3. How to process contact form with new fields data
    By corvettesalvage in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 May 2009, 05:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg