Tag: Contact Form 7 Tip
-
Contact Form 7 tag syntax
This page explains the syntax of Contact Form 7‘s tag. If you are not familiar with basic usage of Contact Form 7, please see the plugin’s homepage. Contact Form 7 uses “tags” for two purposes; one is for form content and the other is for mail (to, from and subject fields and message body). Tags…
-
Custom layout for checkboxes and radio buttons (Contact Form 7 tips)
This is a tip for Contact Form 7 plugin. In default, a tag of checkbox type (checkbox and checkbox+) and radio button type (radio) are rendered as inline, like You can reverse checkbox-label order by using label-first option with those tags. A replaced HTML source of checkbox in default case looks like below (I added…