GatorMail (On Premise)GatorMail v7.1ToolsWeb Capture Online Forms - How To...How to change the Web Capture Form submit button to an image

How to change the Web Capture Form submit button to an image

This article explains how you can change the submit button on a web capture form to an image.

How to change the submit button to an image.

In order to change the submit button to an image you need to go into the HTML code and change the type to image and enter src=”enter image url” This will then change the submit button to an image.

Please ensure that you do not change the input id as this means the data will not be captured.

Do not change code:

“input id="CaptureControlButton_120_”

Original code:

<input id="CaptureControlButton_120_" type="button" value="Submit" onclick="try{CaptureFormData(0);}catch(e){}"></p>

Changed Code:

<input id="CaptureControlButton_120_" type="image" value="Submit" src="http://www.communigatormail.co.uk/Instances/supporttestinglz/images/CommuniGatordemo/newsubmit.jpg" onclick="try{CaptureFormData(0);}catch(e){}">

 

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.