Results 1 to 3 of 3

Thread: Blank 'Create Account' Form

  1. #1
    tcornett is offline Junior Member
    Join Date
    Feb 2008
    Posts
    3

    Default Blank 'Create Account' Form

    I am trying to add an Opportunity to my SugarCRM 5.0.0a install. When I click on 'Select' button for Account, I get the popup to select from an existing account and then I click on the 'Create Account' button.

    This is where the problem is: after I click the button, a new area appears but it is EMPTY except for a 'Save' and a 'Cancel' button. No fields to enter information into. Is this expected behavior? Could it be a problem with the installation?

    I have attached a screenshot of the issue.

    Our SugarCRM installationis installed on FreeBSD with PHP5 and Apache 2.2.x.

    Thanks for the help.
    Attached Images Attached Images  

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Blank 'Create Account' Form

    This looks like a bug in Sugar 5.0 in the modules/Accounts/AccountFormBase.php file. The lines below need to be inserted in the function getFormBody at/around line 248 immediately after this line:

    PHP Code:
    <input type="hidden" name="action" value="Save"

    PHP Code:
    $lbl_account_name&nbsp;<span class="required">$lbl_required_symbol</span><br>
    <
    input name='name' type="text" value=""><br>
    $lbl_phone<br>
    <
    input name='phone_office' type="text" value=""><br>
    $lbl_website<br>
    <
    input name='website' type="text" value="http://"></p

    This worked in Sugar 4.5.1g and that is how it was done there - just looks like these lines were lost in the 4.5.x to 5.0 mix.

    Submitted as bug 19891:
    http://www.sugarcrm.com/forums/showthread.php?t=30489
    Last edited by dpatech; 2008-02-15 at 11:02 PM.
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

  3. #3
    rog211's Avatar
    rog211 is offline Sugar Team Member
    Join Date
    Jun 2005
    Posts
    320

    Default Re: Blank 'Create Account' Form

    This is addressed in 500c
    Roger R. Smith
    Application Architect
    SugarCRM Inc.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 2012-03-12, 08:12 AM
  2. Replies: 1
    Last Post: 2007-09-03, 09:44 AM
  3. Replies: 5
    Last Post: 2007-04-26, 07:43 PM
  4. Replies: 2
    Last Post: 2007-04-09, 07:11 PM
  5. Replies: 3
    Last Post: 2006-04-18, 08:22 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
  •