Results 1 to 7 of 7

Thread: Quick question on form submission

  1. #1
    sabres21 is offline Member
    Join Date
    May 2009
    Posts
    5

    Default Quick question on form submission

    Hi, I am very new and wanted to know if there is a tutorial that shows how we can setup a standard web form which submits to sugarCRM? So for example, if I have a contact form on my website with 10 fields, how to I submit all that data directly into sugar?

    If someone can point me in the right direction that would be great!

    Thanks
    Last edited by sabres21; 2009-05-09 at 02:57 AM.

  2. #2
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: Quick question on form submission

    Go to the Campaigns tab and click "Create Lead Form" from the left menu. That will take you to a wizard that will build a lead capture form for you.
    Susie Williams

  3. #3
    sabres21 is offline Member
    Join Date
    May 2009
    Posts
    5

    Default Re: Quick question on form submission

    I see the create lead form, however, I would like to have custom entries. For example, aside from name, email, address, etc... I would like to list specific category check boxes in the form which the user can select a few categories they are interested in. I would then like to have those categories submitted through to sugar and show up under that contact.

    can this be done?

  4. #4
    sabres21 is offline Member
    Join Date
    May 2009
    Posts
    5

    Default Re: Quick question on form submission

    Can someone point me in the right direction on custom form fields generated with the lead form?

  5. #5
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Quick question on form submission

    You would simply add those fields to the HTML form. I am not sure what you are fishing for here. A tutorial to teach you basic HTML or something more specific to SugarCRM. I'm pretty sure the second one would be a pretty short document. If your custom field is called 'stuff_c' then you would add

    <input type=input name=stuff_c>

    or maybe

    <select name=stuff_c>
    <option value='1'>1</option>
    <option value='2'>2</option>
    <option value='3'>3</option>
    </select>

    and that would be about it.

    The Lead form generator should produce the code for all of your custom fields if they are set up correctly. There Really should be no need to hand code fields as you cannot add fields that are not already set up in SugarCRM anyway.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  6. #6
    maclonghorn is offline Member
    Join Date
    Nov 2007
    Posts
    9

    Default Re: Quick question on form submission

    sabers21:
    There are two steps:
    1. add the custom fields to the Leads module via Admin -> Studio
    2. when you create the Campaign Lead form, you should see those custom fields available to you in the list

    Only leads are associated with the Lead Form so you have to create custom fields for the Leads.

  7. #7
    sabres21 is offline Member
    Join Date
    May 2009
    Posts
    5

    Default Re: Quick question on form submission

    perfect, thanks all... I figured it out... this is pretty amazing!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2008-08-06, 12:31 AM
  2. Replies: 5
    Last Post: 2008-07-17, 07:05 PM
  3. edit quick insert form
    By RyanZec in forum Help
    Replies: 2
    Last Post: 2008-01-23, 01:54 PM
  4. Replies: 0
    Last Post: 2007-06-08, 12:10 PM
  5. How do I add Fields to the Quick Form?
    By JackieBM in forum Help
    Replies: 2
    Last Post: 2007-03-16, 10:42 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
  •