fnibble
Member
Posted 3 months ago #
The following code works on my contact page
'
<fieldset>
<form>
<h2>CONTACT FORM</h2>
<h2></h2><p>If you wish to contact the webmaster with queries or suggestions about this site, please use the webform below.</p> </form>
[contact-form-7 id="1189" title="SALES"]
</fieldset>
'
however, it will not work on any other page, nor will any variant of it. I would like to know if there is a coding error, or does Contact Form 7 only allow one instance of itself to work per blog.
http://wordpress.org/extend/plugins/contact-form-7/
foodnewbie
Member
Posted 3 months ago #
If you click on "add new" in the Contact section of your Dashboard, it'll create a new form. Once you title the form you'll get a unique line of code, like this: [contact-form-7 id="1472" title="test"]. Just load this code into a separate page on your site and you can configure the form any way you like.
fnibble
Member
Posted 3 months ago #
Thank you. I know that is what it is supposed to do, but it does not work. If I create a new page and use the listed code, I get a working mailer. HOWEVER, if I add java to the page, the mailer stops working. So it is something to do with using java on the page.