Contactology is an email marketing service, and this is a simple plugin that allows you to integrate your Contactology account with your WordPress site.

With simple short codes and widgets, you can easily add signup forms for any of your newsletter lists in your WordPress pages or widget areas.

The plugin is exceptionally simple to use and designed to provide a no-nonsense, 5-minutes or less setup.

The plugin doesn’t include CSS since it is designed to inherit the styles of your theme, but if you want to customize the appearance of your signup forms (width, height, color, etc.), here are some sample styles:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 */
 
}
Download Plugin
  1. John Saddington

    ah. first time i’ve heard about this…! thanks pippin!

Comments are closed.