10+
April 10, 2013
April 8, 2013
This plugin makes it simple to add signup forms for your Contactology newsletter lists anywhere on your WordPress site.
Add signup forms anywhere with either a short code or a widget.
simple-contactology-signup.zip from your computersimple-contactology-signup.zip to your computersimple-contactology-signup directory to your wp-content/plugins directoryAfter you have entered your API key (see above), go to Appearance > Widgets and place the “Contactology Signup” widget in any widget area. Once you have done that, simply enter a widget title, select the list you want users subscribed to and enter a success message, which is shown after a user successfully subscribes.
To customize the appearance of your signup forms (width, height, color, etc.), add new styles to your theme’s CSS.
form#scs_form label {
/* styling ALL your labels the same */
}
form#scs_form label[for="scs_email"] {
/* styling the “Enter Your Email” label */
}
form#scs_form label[for="scs_fname"] {
/* styling the “Enter Your First Name” label */
}
form#scs_form label[for="scs_lname"] {
/* styling the “Enter Your Last Name” label */
}
form#scs_form input[type="submit"] {
/* styling the submit button (not compatible with IE) */
}
form#scs_form input {
/* styling the input boxes */
}
No FAQ provided.