Results 1 to 5 of 5

Thread: How to make company to be compulsory in registeration form

  1. #1
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default How to make company to be compulsory in registeration form

    Hi all:
    May I know how to make company to be compulsory fill in in registeration form?
    Regards
    Lei Song

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: How to make company to be compulsory in registeration fo

    Hi Songlei,
    Place in your system/config/dcaconfig.php
    Code:
    $GLOBALS['TL_DCA']['tl_member']['fields'][company']['eval']['mandatory'] = true;

  3. #3
    User
    Join Date
    07-26-09.
    Posts
    175

    Default Re: How to make company to be compulsory in registeration fo

    Should be like this
    Code:
    $GLOBALS['TL_DCA']['tl_member']['fields']['company']['eval']['mandatory'] = true;
    ramjet missed one single quote before company

  4. #4
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: How to make company to be compulsory in registeration fo

    good eyes Tru!

  5. #5
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default Re: How to make company to be compulsory in registeration fo

    Thanks very much

Bookmarks

Posting Permissions

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