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.
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') ?>