Replace Lead Form with vCita contact form

Discussion in 'Blackriders WordPress Theme' started by jtb925, Nov 15, 2013.

  1. jtb925

    jtb925 New Member

    Joined:
    Nov 12, 2013
    Messages:
    9
    Likes Received:
    2
    Is there any way I can replace the lead form on the front page with a different lead form?

    Specifically I want to replace it with vCita's contact form.

    thank you
     
    cholcombe likes this.
  2. Gourav

    Gourav Support Staff

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

    Go to front-page.php present in your theme directory and replace current code

    Code:
    <?php infoway_front(); ?>    
    With code given below

    Code:
    <?php echo do_shortcode('Enter your vCita's contact form shortcode'); ?>
    Sending image for reference

    2013-11-16_1255.png



    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .caption{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    }
    This will solve your issue.
     

Share This Page