Results 1 to 2 of 2

Thread: How to add contact field to Task Quickcreate form?

  1. #1
    Shane0 is offline Member
    Join Date
    Mar 2007
    Posts
    8

    Question How to add contact field to Task Quickcreate form?

    I am trying to add a contact selector to the task quickcreate form within the opportunites module. Obviously this can be done because the field is there by default if you display the full form. I've tried to borrow the code from the task editview.html file, but I've been unsuccessful. Here is the code from editview (unmodified):

    Code:
    	<td class="dataField"><span sugar='slot6b'><input type='text' name='contact_name' id='contact_name' readonly="readonly" value='{CONTACT_NAME}'><input type="hidden" name='contact_id' id='contact_id' value='{CONTACT_ID}'>
    		<input type="button" class="button" name='button' tabindex="2"
    			title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" value='{APP.LBL_SELECT_BUTTON_LABEL}'
    			onclick='open_popup("Contacts", 600, 400, "", true, false, {encoded_contact_popup_request_data});' {DISABLED_CONTACT}></span sugar='slot'></td>
    When I add this to the quickcreate table, the form won't load. Any ideas?

  2. #2
    Shane0 is offline Member
    Join Date
    Mar 2007
    Posts
    8

    Default Anyone? Anyone?...Bueller?

    Anyone? Anyone?...Bueller?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Add Contact field to Cases screen
    By invisik in forum Developer Help
    Replies: 2
    Last Post: 2007-03-24, 05:47 AM
  2. Replies: 0
    Last Post: 2006-10-30, 01:22 PM
  3. Replies: 2
    Last Post: 2005-09-12, 08:10 PM
  4. Contact Search Form - Custom Dropdown Field
    By aram in forum General Discussion
    Replies: 2
    Last Post: 2005-05-01, 03:57 AM

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
  •