An absurdly simple contact form plugin. Just type [contact]. There are no options.
This plugin creates the shortcode [contact] which will insert a small contact form. There are only name, email, subject, and message fields and the email will be sent to the administrator account’s email address.
There are no options at all.
Donations are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal, link backs, and kind words. Also, checking the ‘show plugin link’ option on the widget helps us out greatly!
super-simple-contact-form
directory./wp-content/plugins/
directory.[contact]
wherever you want a contact form.super-simple-contact-form
directory./wp-content/plugins/
directory.[contact]
wherever you want a contact form.Yes! If you donate a couple bucks I’ll send it to you. Email me.
You don’t. There are no options. There’s plenty of fancy, bloated contact form plugins out there you can use if you want options. This one works everytime with zero configuration.
To the administrator email address. You can change this in WordPress’ general settings if you need to.
There were no good, up-to-date lightweight contact form plugins.
You can ask but I probably won’t.
You don’t need to change the CSS styling, but you can if you want.
As of version 1.5.0, the plugin exclusively uses classes and IDs, no more inline styles. So you can change the CSS styles by adding rules for the relevant objects. The default style rules are as follows:
.sscf-report {} .sscf-wrapper { margin: 0; padding: 0; clear: both; } .sscf-input-wrapper {} .sscf-input-wrapper label { width: 100px; float: left; } .sscf-input-wrapper input { width:280px; } .sscf-input-wrapper textarea { width:280px; height: 102px; } .sscf-submit {} .clear { height: 0; visibility: hidden; clear: both; display: block; width: auto; }
There are additional classes and IDs for each item, should you require them, just take a look at the HTML source.