Lead Capture Form - Required Fields and Order

Discussion in 'Infoway WordPress Theme' started by tsays, Feb 14, 2013.

  1. tsays

    tsays New Member

    Joined:
    Feb 14, 2013
    Messages:
    11
    Likes Received:
    0
    Hi -
    Is there a way to make a field optional?
    Also, how can I adjust the order of the fields?

    Thank you,
     
  2. thore

    thore New Member

    Joined:
    Mar 5, 2013
    Messages:
    4
    Likes Received:
    0
    An answer from the developers would be great, since i would also like to know how to make fields optional
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For the field optional issue,
    go to the infowway-front.php file (Theme directory > functions directory > infowway-front.php) present in your Theme directory and remove the code given below from the that file as shown in the image given below.
    Code:
    class="required requiredField email" required
    See the image for reference.
    [​IMG]

    This will make the field optional.

    For the field order issue,
    Go to the Appearance > Custom Lead Capture Form panel in your dashboard and delete all the fields and recreate all the field in your order.
    This will solve your order issue.
     

Share This Page