Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, I have the same problem, any ideas?

    Hi, I solved changing get_foother () by wp_footer ()

    <?php
    /*
    Template Name: page contact
    */
    ?>

    <?php get_header(); ?>

    <div class=’page1′>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=’post1′ id=’post-<?php the_ID(); ?>’>

    <h2><?php the_title(); ?></h2>

    <div class=’contact’><?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>

    </div>

    <div class=’contactf’><?php the_post_thumbnail(‘medium’); ?>

    </div>

    <?php endwhile; endif; ?>

    </div>
    </div>

    <?php wp_footer(); ?>

    May be you choose recaptcha.
    If you did you have to set it with google ap key.
    If you don’t set the googla ap key (private and public) the button remains hidden

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No submit button.’ is closed to new replies.