Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ How to create a clickable image

Posted by: cinque8 Jul 16 2017, 04:33 AM

Hello,

I created a squeeze page using Pagebreeze where I created two forms. One form asks for the name and the other form asks for the email address. And under the forms I have this “subscribe button”. How can I make this button clickable and send the form information either to my email or a database. I do have Wordpress in my cPanel.

Thank you


IPB Image

Posted by: pandy Jul 16 2017, 06:27 AM

The easiest is to use input type image instead of an ordinary submit button. Like so.
<input type="image" src="/url/to/image.gif" alt="Subscribe">
http://htmlhelp.com/reference/html40/forms/input.html

Don't forget the alt text!

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)