Leads capture form - How to make a field that is NOT required?

Discussion in 'Infoway WordPress Theme' started by lcbrown, May 17, 2013.

  1. lcbrown

    lcbrown Guest

    Joined:
    Mar 30, 2013
    Messages:
    1
    Likes Received:
    0
    I've customized the leads capture form with my own fields, but there's one field I don't want to be required. It seems that all fields are required by default. Where can I change this? Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to functions > infowway-front.php present in your theme directory and remove the code given below

    Code:
    class="required requiredField" required 
    Sending image for reference

    [​IMG]

    This will solve your issue.
     

Share This Page