Results 1 to 3 of 3

Thread: Unable To Submit Forms After Install

  1. #1
    Stephen.Adam is offline Junior Member
    Join Date
    Apr 2009
    Posts
    3

    Question Unable To Submit Forms After Install

    Hi guys,

    I have just installed SugarCRM for the first time and while it looks like it is running fine I am unable to submit many of the forms. I keep getting the error "this.form is null!".

    For example on the add project page "index.php?module=Project&action=EditView&return_m odule=Project&return_action=DetailView" the "save" button does nothing. When I check in Firefox's script debugger I see the "this.form is null" error.

    The JS in question is this

    Code:
    <input class="button" type="submit" value="Save" name="button" onclick="this.form.action.value='Save'; return check_form('EditView');" accesskey="S" title="Save [Alt+S]"/>
    I am running this on a windows box through SQL Server and have the latest (as of 2 days ago) release.

    Any idea?

    Cheers

    Steve

  2. #2
    Stephen.Adam is offline Junior Member
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Unable To Submit Forms After Install

    After some further investigation it seems like the page is missing its start form tag
    Code:
    <form>
    although it does have an extra closing form tag. Hope this helps.

  3. #3
    Stephen.Adam is offline Junior Member
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Unable To Submit Forms After Install

    any idea anyone?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2008-12-29, 05:09 AM
  2. Unable to get through Install
    By AIngerman in forum Installation and Upgrade Help
    Replies: 14
    Last Post: 2008-04-30, 01:09 PM
  3. Unable to install modules
    By gesuina in forum Help
    Replies: 0
    Last Post: 2007-01-29, 11:22 AM
  4. Unable to install on Mac OS X
    By nkg in forum Help
    Replies: 0
    Last Post: 2006-04-23, 11:23 PM
  5. unable to open install.php
    By mhayward in forum Help
    Replies: 5
    Last Post: 2005-12-15, 10:30 PM

Tags for this Thread

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
  •