About eleven months ago, I built a universal contact form for real estate webloggers. Just lately, I’ve revisited that code to add support for e-paging and other kinds of hyper-brief email-based messaging. Getting a form emailed to the office is a nice thing — unless you’re out previewing or inspecting all day. The new version will find you wherever you are.
The revised contact form will email you your prospect’s contact information (to as many email addresses as you like) and, also, optionally e-page you with a very brief form of the information (again transmitting to as many e-page addresses as you choose).
The e-page will give you the party’s name, email address and phone number (the latter two are clickable if your phone supports this function), along with as much of the message as will transmit. The form imposes brevity, so you should be able to puzzle out what is wanted. Everything in the e-page is sent in the briefest practical form to maximize the amount of space left for the message.
Nothing has changed in the form of the user interface — and the UI should inherit its appearance from your CSS specification. But I’ve changed the way the software works internally and the way it installs, both to make it easier to deploy and to avoid conflicts with your ISP’s tech support team.
This contact form is built for WordPress.org weblogs only. It might work in other blogging platforms — and it will certainly work in any static PHP page — but that’s not what we’re talking about right now. You can install the contact form in your sidebar, provided you know how to edit the theme file called sidebar.php. If you have a PHP plug-in installed in your weblog, you can install the form on a WordPress Page, perhaps adding a “Contact Me” button on your sidebar.
Nota bene: There can only be one “Submit” button per page in HTML, so, if you install the contact form on your sidebar, your search button is no longer going to work. If you have to kick something off the sidebar and onto a WordPress Read more