Leads Capture Form

Discussion in 'Local Business WordPress Theme' started by jan59, Apr 22, 2013.

  1. jan59

    jan59 New Member

    Joined:
    Apr 18, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,

    Will this theme have a Custom Leads Form option as in the InfoWay theme? I want to be able to change the fields in the form.

    If that's never going to happen, 1) how can I remove/add fields in the form? 2) How can I change the size of the message field - I want to make it smaller?

    Thank you,

    Jan
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Jan,

    It is not possible to add more fields in the leads form. But if you want to remove fields. Then do let us know, We will provide you code for it.
    For message box:
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signupform textarea {
    width: 194px;
    height: 94px;
    }
     

Share This Page