Contact Form on Slider Description

Discussion in 'Nutrition WordPress Theme' started by bizzyboy, Jun 3, 2013.

  1. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Hi

    I did a search to try and find any posts for how to put a Contact form in the Slider Description area. I found a reply for another Theme which said it's not possible without Custom coding.

    Do I also need Custom coding to put a Contact form within the Slider description area for the Nutrition theme?

    Thanks

    Paul



     
  2. Gourav

    Gourav Support Staff

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

    Download Contact Form 7 plugin from WordPress.org
    http://wordpress.org/plugins/contact-form-7/

    And follow the steps given below

    1. Activate the plugin
    2.Secondly go to its settings and copy the contactform shortcode
    3. Go to front-page.php present in your theme directory and replace current code

    Code:
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>
    with the code given below

    Code:
    <?php echo do_shortcode('Enter contact form shortcode'); ?>
    and follow the instruction as shown in image given below

    [​IMG]

     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Thank you so much, that works perfectly.
     
  4. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Thank you so much, that works perfectly.
     
  5. Gourav

    Gourav Support Staff

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

    To make Your Contact Form Better On Your Website

    You can use "formget-contact-form" plugin, which will help you to make your contact form easily and simple.

    Download it from the link given below.
    http://wordpress.org/plugins/formget-contact-form/

    You just need to register on FormGet, create your form by clicking on the fields and embed the code on your website at any page, post or widget.

    You can easily place the contact form on every page of your website which will increase the user interaction.

    You will be able to manage entire communication from a single place between you and your visitor. It will be easy for you to provide support, feedback to your users.

    We recommend you to try this new contact form solution on your website. Hope it will meet your requirements. You can easily replace the existing contact form with this new one.

    Let us know your feedback
     

Share This Page