Custom Contact Form
I recently uploaded the plugin written by VaamYob to a site. However, as admin of the site I kept getting all the contact emails. In the contact form created by VaamYob it is not possible to allocate an alternative email address. The plugin also came up with an annoying Your Info message that customers didn’t appreciate. And so I have duly developed the plugin on slightly! You can now get rid of the annoying message and allocate an alternative email address.
To use the form place this is a page or post:
A suggested style sheet code has also been added to the form. However, if you want to review the code it is also listed below.
The new plugin can be downloaded here.
The original plugin can be found here.
Rich
VaamYob on his site suggests styling the code with this:
.custom_contact_row {
margin: 10px 0px 20px 0px;
margin: 15px 0px 15px 0px;
clear: left;
}
.custom_contact_label {
font-size: 1em;
float: left;
width: 120px;
padding-left: 5px;
}
.custom_contact_label_required {
font-weight: bold;
font-size: 1em;
float: left;
width: 120px;
padding-left: 5px;
}
.custom_contact_data {
float: left;
padding-left: 5px;
}
.custom_contact_data textarea {
width: 85%;
}
.custom_contact_buttons {
clear: left;
padding: 10px 0px 0px 0px;
border-top: 1px solid gray;
}
Comments