Noob here, so please go easy!
I'm trying to implement a simple newsletter plugin to a PHP site template, code is below:
Code: Select all
<form method="post" action="http://oi.vresp.com?fid=4b561587d0" target="vr_optin_popup">
<table cellpadding="0" cellspacing="0">
<tr>
<td><input name="email_address" class="field"/></td>
<td><input type="image" name="go" src="<?=$img_dir?>/newsletter-input-button.png" alt="Go" class="form-imagebutton"/></td>
</tr>
</table>
</form>
Anybody able to help out please? Thanks!
