style="display: inline;"
to each element.
]]>
https://contactform7.com/controlling-behavior-by-setting-constants/
]]>In CSS, you need to adjust the parameter display as display:inline;
for all input
types and for label
. In addition, if the width of input
is 100%, then you need to make that lower.
]]>
I put this in the wp-config.php file immediately under the define(‘WPLANG’, ”); statement and then my site wouldn’t load up.
define (‘WPCF7_AUTOP’ false);
]]>define (‘WPCF7_AUTOP’, false);
]]>
On the Form tab I have this: Not sure what you mean exactly. Also I looked in the CSS file for the Contact Form 7 section but don’t see it.
<p>Your Name (required)<br />
[text* your-name] </p>
<p>Your Email (required)<br />
[email* your-email] </p>
<p>Company (required)<br />
[text company] </p>
<p>Phone (required)<br />
[text phone] </p>
<p>Subject (required)<br />
[text* your-subject] </p>
<p>Your Message (required)<br />
[textarea* your-message] </p>
<p>Enter the following: [captchac captcha-522]<br />
[captchar captcha-522]</p>
<p>[submit “Send”]</p>
<p> </p>
tag pairs.Thanks for pointing that out. Its uploaded to the server but I don’t see any changes to the form on my site. Was it supposed to do something?
]]>