Results 1 to 5 of 5

Thread: Required Fields in Web To Lead Form

  1. #1
    agstlmo is offline Member
    Join Date
    Nov 2010
    Posts
    8

    Default Required Fields in Web To Lead Form

    I am interested in using the web to lead form on a Facebook and a Linkedin Company Page. In my current installation of 6.2 CE, I see that the last name is a required field. Is there a way to control whether this or any other lead field is required.

    Alan

  2. #2
    jjbrisbane is offline Sugar Community Member
    Join Date
    Mar 2010
    Posts
    17

    Default Re: Required Fields in Web To Lead Form

    in studio > lead > edit fields > last_name take out the tick for required field

  3. #3
    agstlmo is offline Member
    Join Date
    Nov 2010
    Posts
    8

    Default Re: Required Fields in Web To Lead Form

    I tried that earlier and it didn't seem to work. I'll try again.

    Alan

    Twitter: http://twitter.com/agstlmo
    LinkedIn http://www.linkedin.com/in/alangorman
    Skype: agstlmo

    Logic will get you from A to B. Imagination will take you everywhere. – Albert Einstein

  4. #4
    edmundilee is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default Re: Required Fields in Web To Lead Form

    Has anybody solved this issue yet?
    Related, I would like to make the email field a required field but can't seem to get that to work even after I fix it in Studio.

  5. #5
    debbiekipt is offline Sugar Community Member
    Join Date
    Jan 2012
    Posts
    22

    Default Re: Required Fields in Web To Lead Form

    Hi
    I have had the same issue, I make 'email' a 'required' field in studio but it does not appear so in the web to lead form item list, or in the html created.

    I have worked around it by adding code - required="required" to the input id string in the webto lead form html - see my extract below.
    Look in your html form code for the 'Email Address' part and add the bit in red - the same works for any other field you want to make required too :-)

    I hope this helps, I am not a coder and very pleased to have been able to find and offer a solution :-)


    <td style="height:40px" width="30%"><span>Email Address: <span><span class="required" style="color: #ff0000;">*</span></span></td>
    <td style="font-size: 12px; font-weight: normal;" width="50%"><span><input id="webtolead_email1" type="text" required="required" name="webtolead_email1" onchange="validateEmailAdd();" /></span></td>

    I'm using 6.4 CE edition

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Create Lead Form Fields
    By agstlmo in forum Help
    Replies: 1
    Last Post: 2011-04-24, 06:31 AM
  2. Replies: 4
    Last Post: 2011-01-27, 09:46 PM
  3. Replies: 1
    Last Post: 2011-01-24, 08:54 PM
  4. Replies: 1
    Last Post: 2009-04-21, 01:44 PM
  5. Replies: 2
    Last Post: 2009-02-02, 08:14 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
  •