I have the same code on another site and it works but it is strange. The shortcode for the working form says
[contact-form-7 id=”177″ title=”Contact form 1″]
but the two forms on the site are
[contact-form-7 id=”1654″ title=”Contact form 1″] &
[contact-form-7 id=”1522″ title=”Contact form 1″]
There is no id=177 form but it is working with that ID.
If I cut and paste the code with id=177 into the other site, it does not work.
Where is the shortcode calling that form from?
RE: If I cut and paste the code with id=177 into the other site, it does not work.?
You need to use the unique shortcode created by the CF7 plugin for each form when positioning a form on your site. The shortcode will likely be different on different sites.
Right, but then how do I format the new form into the nice two column layout that showed up when I used “ID= 177” ??
See Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.