• Hi all,

    I wonder if I can use contact form 7 by not using the shortcut code but the HTML itself? because I’m going to use it on the sidebar.

    I have a sample here… it’s not working.

    <form action="<?php $_SERVER['REQUEST_URI']; ?>/#wpcf7-f35-p13-o1" method="post" class="wpcf7-form">
    <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="35" />
    <input type="hidden" name="_wpcf7_version" value="3.3.1" />
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f35-p13-o1" />
    <input type="hidden" name="_wpnonce" value="c838478021" /></div>
    <div class="wpcf7-response-output wpcf7-display-none"></div>
                  	<div class="form">
                  	  <label>
                  	  <input type="text" name="name" id="textfield" class="textbox" value="Name" />
                  	  </label>
                  	</div>
                  <div class="form">
                    <input type="text" name="email" id="textfield2" class="textbox" value="Email" />
                  </div>
                  <div class="form">
                    <input type="text" name="contactnumber" id="textfield2" class="textbox" value="Contact Number" />
                  </div>
                  <div class="form">
                    <input type="text" name="mobile" id="textfield2" class="textbox" value="Mobile Number" />
                  </div>
                  <div class="textareabg">
                    <label>
                    <textarea name="your-message" id="textarea" cols="45" rows="5" class="textarea"></textarea>
                    </label>
                  </div>
                    <p align="center"><input type="image" src="<?php bloginfo('template_directory'); ?>/images/imgbtnsubmit.png" /></p>
                  </form>

  • The topic ‘[Plugin: Contact Form 7] Question’ is closed to new replies.