Results 1 to 6 of 6

Threaded View

  1. #3
    Join Date
    Jun 2012
    Posts
    13
    Plugin Contributions
    0

    Default Re: Send additional registration info to admin create account email - create_account.

    Quote Originally Posted by BuddyH View Post
    Can anyone help me with this? I'm having a little trouble understanding what this code is doing.

    Thanks :)
    Hi Buddy, I know it's a while since you posted this, but I just stumbled upon it looking to do the same thing. Did you get it working? You did not say what the problem with it was, I have a limited understanding of php, but I think I can see a potential problem in your code.

    PHP Code:

    $extra_info
    =email_collect_extra_info($name,$email_address,$telephone,$mobile,$qualified,$how_long,$academy_details,$qualifications,$products_used,$fax$account->fields['customers_firstname'] . ' ' $account->fields['customers_lastname'], $account->fields['customers_email_address'], $account->fields['customers_telephone'], $account->fields['customers_mobile'], $account->fields['customers_qualified_unqualified'],  $account->fields['customers_how_long'],  $account->fields['customers_academy_details'],  $account->fields['customers_qualifications'],  $account->fields['customers_products_used'],  $account->fields['customers_fax']); 
    I think the above should be written as

    PHP Code:

    $extra_info
    =email_collect_extra_info($name,$email_address$account->fields['customers_firstname'] . ' ' $account->fields['customers_lastname'], $account->fields['customers_email_address'], $account->fields['customers_telephone'], $account->fields['customers_mobile'], $account->fields['customers_qualified_unqualified'],  $account->fields['customers_how_long'],  $account->fields['customers_academy_details'],  $account->fields['customers_qualifications'],  $account->fields['customers_products_used'],  $account->fields['customers_fax']); 
    I've not tried this with my own code yet but will be looking into it so will check back once I have.
    Last edited by twistafix; 27 Jul 2012 at 03:05 PM. Reason: sp

 

 

Similar Threads

  1. Replies: 19
    Last Post: 27 Jun 2012, 04:59 AM
  2. v150 Admin create-account email not arriving
    By bluefish1960 in forum Basic Configuration
    Replies: 3
    Last Post: 16 Feb 2012, 11:41 AM
  3. Create Account - Include all fields in admin welcome email
    By adam2020 in forum General Questions
    Replies: 0
    Last Post: 16 Feb 2010, 02:12 AM
  4. How to add referral info to create account email notice?
    By sandratampa in forum General Questions
    Replies: 0
    Last Post: 9 Jan 2010, 08:14 PM
  5. Changing Info Provided to Admin in CREATE ACCOUNT Email
    By toob in forum Basic Configuration
    Replies: 8
    Last Post: 7 May 2007, 03:03 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