
Rhys Wynne’s email capture plugin is incredibly useful for anyone running a wordpress blog who is also looking to build their list from the traffic their blogging generates. The question is:
Q: How do I insert the Spam Free seal into a form generated by the WP Email Capture plugin?
We’re working on a fancy way to add an option to the WP Email Capture options menu, but in the meantime here is a quick way to do so, assuming you have already installed and are using the plugin on your blog.
STEP 1
In your Spam Free account, create the code for the site & size of seal you need.
STEP 2
Access the plugin editor from within your wordpress admin dashboard by:
Clicking “Editor” under the lefthand plugins menu

Choosing “WP Email Capture” and hitting “Select” in the upper right hand corner.
![]()
And finally clicking “wp-email-capture/inc/display.php” in the list of files that appears on the right side of the editing area.

STEP 3
Paste the code from STEP 1 into two places in the “wp-email-capture/inc/display.php” file:
First, between the /FORM tag and the /DIV on line 30.

And second, insert first a BR tag and then the seal code between the end of the SUBMIT tag and the /FORM tag on line 65 (line 67 after making the first edit).

Click save and it the seal should now show up below the submit button on your forms: both in widget forms and page embedded forms.


