drop down menu, lead capture form

Discussion in 'Local Business WordPress Theme' started by volt, Nov 21, 2013.

  1. volt

    volt New Member

    Joined:
    Jul 9, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    1) Need to be able to include drop down menus on lead capture form and be able to sort the order of the drop down menu items similar to Blackrider theme.

    2)Need ip address of form submitter captured in word press dashboard and included in body of email.

    3) Need to redirect site visitor to external URL after form submission like you did for us for Blackrider theme.

    4)Please advise if it is possible to replace lead form with a contact form 7 or gravity forms?

    Please send private message.
    Thank you.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    For your first second and third issue
    We noted down you all three request and will send it to our developer team. And if possible then they will do it for you in our future version update.

    And for fourth issue yes it is possible to replace "Contact Form 7" or "Gravity Form" with lead capture form in theme.

    Go to "front-page.php" present in your theme directory and replace the code given below

    Code:
    <?php localbusiness_form(); ?>
    
    with your plugin short code.

    Code:
    <?php echo do_shortcode('Enter Your Plugin Shortcode Here') ?>
    
     
  3. volt

    volt New Member

    Joined:
    Jul 9, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,
     

Share This Page