How to add url to custom submit button

by 3 replies
5
I hope there is someone here to help me solve this problem.
I am having a issue using a custom submit button on my squeeze page. I am just using the submit button without a form.
The problem is I can't seem to find how to add the target url to the
button. I am not using a autoresponder, I just want to send people straight
to the offer page without opting in. Can anyone help me with this?
I searched google and youtube for days now and still came up empty.

Thanks guy's
#programming #add #button #custom #submit #url
  • <form method="link" action="http://google.com/"><input type="submit" value="Send Me!"></form>

    or you could use a custom graphic with HTML code

    <a href="http://www.google.com/"><img src="your_image.png" border="0"></a>
    • [ 1 ] Thanks
    • [1] reply
    • Don't forget to close the image tag if you want to be XHTML compliant!

      Code:
      <a href="http://www.google.com/"><img src="your_image.png" border="0" ></a>
      • [ 1 ] Thanks
    • [DELETED]
  • @ Geraldm good catch
    • [ 1 ] Thanks

Next Topics on Trending Feed

  • 5

    I hope there is someone here to help me solve this problem. I am having a issue using a custom submit button on my squeeze page. I am just using the submit button without a form. The problem is I can't seem to find how to add the target url to the