CSS style for form input fields on the contact form
-
I just updated the plugin to the new version and am having some problems that blocks me from updating other sites:
This is what I have entered, which used to work:
“CSS style for form input fields on the contact form” is:
style="text-align:left; margin:0;" class="text"
Previously this rendered to:
<input id="si_contact_name1" class="text" type="text" size="40" value="" name="si_contact_name" style="text-align:left; margin:0;">
which worked fine.
What I see now is:
<input id="si_contact_name1" type="text" size="40" value="" name="si_contact_name" style="text-align:left; margin:0;" class="text">
This doesn’t work as everything after style= is lumped together in spite of the quotes. The class declaration is inside the style= declaration.
By the way: I have noticed you change the code on www.ads-software.com without bumping the version number. This results in alerts from the wordfence plugin. Might be a good idea to change the plugin only after the version number is bumped.
Thanks for a great plugin though. Hope you have time soon to look at the problem above. Or maybe you can suggest another way to have the
class="text"
declaration working?https://www.ads-software.com/extend/plugins/si-contact-form/
- The topic ‘CSS style for form input fields on the contact form’ is closed to new replies.