Results 1 to 2 of 2

Thread: when converting a lead... what files are used to create the "Create a Contact" page?

  1. #1
    jasonsot is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    70

    Default when converting a lead... what files are used to create the "Create a Contact" page?

    WinXP... CRM is running off Ubuntu server... 5.2 Pro... Apache2... php5... MySQL

    When you click on Convert Lead, you are brought to a page that creates a contact with options to select an account, create an account, create an opportunity, and create an appointment....

    I want to make a minor adjustment to what is displayed on that page but cant find anywhere to do so. I am not afraid to edit the files directly, if needed. What files contribute to the creation of that page?

    URL = index.php?module=Leads&action=ConvertLead&record=X XXXXXXXXXXXXX

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: when converting a lead... what files are used to create the "Create a Contact" p

    modules/Leads/ConvertLead.php

    The display stuff is at the bottom of that file. You'll notice code like $noteForm->getFormBody which will have a require once above it somewhere like require_once('modules/Notes/NoteFormBase.php'); which is the file for that specific display item.

    Hopefully that helps you get started.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can I create a Note "related to" Project AND "related to" contact
    By marcuscake in forum General Discussion
    Replies: 1
    Last Post: 2008-09-15, 11:40 PM
  2. Replies: 2
    Last Post: 2008-04-28, 04:54 PM
  3. Replies: 0
    Last Post: 2007-07-27, 01:50 PM
  4. Replies: 0
    Last Post: 2007-07-27, 01:47 PM
  5. "Create Thread"results in blank page
    By RonCreamer in forum Help
    Replies: 0
    Last Post: 2006-10-09, 10:21 PM

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
  •