Newsletter Made Simple, want to replace submit button with a clickable image
Posted: Wed Jun 18, 2008 9:33 am
Hi All,
Newsletter Made Simple - great software, but I want to replace the submit buttom on the front end with an image! If this is the code, what do I need to alter!?
{if $message ne ""}
{$message}
{/if}
{$formstart}
{$formhidden}
{if $prompt_email ne ""}
{$prompt_email}: {$email}
{/if}
{if $prompt_username ne ""}
{$prompt_username}: {$username}
{/if}
{foreach from=$listids item=curr_id}
{$curr_id}
{/foreach}
{$submitbtn}
{$formend}
Warm Regards,
J
Newsletter Made Simple - great software, but I want to replace the submit buttom on the front end with an image! If this is the code, what do I need to alter!?
{if $message ne ""}
{$message}
{/if}
{$formstart}
{$formhidden}
{if $prompt_email ne ""}
{$prompt_email}: {$email}
{/if}
{if $prompt_username ne ""}
{$prompt_username}: {$username}
{/if}
{foreach from=$listids item=curr_id}
{$curr_id}
{/foreach}
{$submitbtn}
{$formend}
Warm Regards,
J