1
Technical Assistance / I've forgotten how to change the plain 'submit' button in optin forms.
« on: May 23, 2014, 06:56:21 AM »
Hi Guys,
How do you change the html of the submit button which reads as plain 'submit' to an
image that we have built in photoshop?
My a/r gives me the following code and this gives a plain jane submit button. I used to able to
change that to read a 'download now' image but now I have totally forgotten how to do it.
Thanks for your help.
Capt.
<form method="post" action="http://captsekhon.com/connect/mailer/form.php?form=1" id="frmSS1" onsubmit="return CheckForm1(this);" class="myForm">
<dl>
<dt><span class="required">*</span>
Your Email Address:</dt>
<dd><input type="text" name="email" value="" /></dd><dt><span class="required">*</span>
Name:</dt>
<dd><input type="text" name="CustomFields[2]" id="CustomFields_2_1" value="" size='50'></dd><dt><span class="required">*</span>
Phone:</dt>
<dd><input type="text" name="CustomFields[4]" id="CustomFields_4_1" value="" size='50' maxlength='13'></dd><dt><span class="required">*</span>
Preferred Format:</dt>
<dd><select name="format"><option value="h">HTML</option><option value="t">Text</option></select></dd>
<dt> </dt>
<dd>
<input type="submit" value="Subscribe" />
<br/>
How do you change the html of the submit button which reads as plain 'submit' to an
image that we have built in photoshop?
My a/r gives me the following code and this gives a plain jane submit button. I used to able to
change that to read a 'download now' image but now I have totally forgotten how to do it.
Thanks for your help.
Capt.
<form method="post" action="http://captsekhon.com/connect/mailer/form.php?form=1" id="frmSS1" onsubmit="return CheckForm1(this);" class="myForm">
<dl>
<dt><span class="required">*</span>
Your Email Address:</dt>
<dd><input type="text" name="email" value="" /></dd><dt><span class="required">*</span>
Name:</dt>
<dd><input type="text" name="CustomFields[2]" id="CustomFields_2_1" value="" size='50'></dd><dt><span class="required">*</span>
Phone:</dt>
<dd><input type="text" name="CustomFields[4]" id="CustomFields_4_1" value="" size='50' maxlength='13'></dd><dt><span class="required">*</span>
Preferred Format:</dt>
<dd><select name="format"><option value="h">HTML</option><option value="t">Text</option></select></dd>
<dt> </dt>
<dd>
<input type="submit" value="Subscribe" />
<br/>