Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Make Fax Number Required

    How can i make the fax number friend required?

    I turned that field into a Tax Id field and need to have it required but cant figure it out for the life of me

    Thanks

  2. #2
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Make Fax Number Required

    I finally figured it out

    includes/modules/YOURTEMPLATE/create_account.php
    About Line 72 Find

    $fax = zen_db_prepare_input($_POST['fax']);

    BELOW ADD

    if (strlen($fax) < 4) {
    $error = true;
    $messageStack->add('create_account', ENTRY_FAX_NUMBER_ERROR);
    }
    }

    I hope this helps someone

  3. #3
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Make Fax Number Required

    Ok but on the Account Edit field it lets you take out the Tax Id number and sumbit it ok,

    How do you make it required in that section???

  4. #4
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Make Fax Number Required

    Also how can i get the Company Name to be i nthe account edit page

  5. #5
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: Make Fax Number Required

    Okay - here's what I did - basically just copied the "telephone" text from includes'modules\mytemplate\create_account.php down a line or two, and changed the words "telephone" to "fax" - and...

    it works.

    EXCEPT that it doesn't prompt the user to enter a fax number if they didn't in the first place. Any idea how I can change that, or at least add a nice little red asterisk?

 

 

Similar Threads

  1. Can I make Fax number mandatory?
    By yalus in forum Managing Customers and Orders
    Replies: 7
    Last Post: 20 Aug 2010, 02:55 AM
  2. Making FAX NUMBER required?
    By kgmmusic in forum Managing Customers and Orders
    Replies: 2
    Last Post: 10 Aug 2009, 06:47 AM
  3. Make Fax # Required
    By jbarrick in forum Basic Configuration
    Replies: 2
    Last Post: 28 Jul 2009, 10:28 PM
  4. Fax Number: Create Account be required
    By haredo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Mar 2007, 06:22 PM
  5. Make Phone Number NOT required
    By LilleyPadGifts in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Mar 2007, 04:29 AM

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