Help - Search - Members - Calendar
Full Version: How to create a clickable image
HTMLHelp Forums > Web Authoring > General Web Design
cinque8
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
pandy
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!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.