Forum How do I...?

linking button with `form method "get"` .... not linking in PDF output?

hughmcguire
Hi,

We're trying to get a `button` element linking in PDF ...

Using advice from StackOverflow [1], we've tried:

<form method="get" action="http://hello.com">
    <button type="submit">A Button</button>
</form>


The button gets created, but the link doesn't work in Prince generated PDF.
This does work in our web & EPUB3 outputs.

Any ideas? Is this the right approach?

[1] http://stackoverflow.com/questions/2906582/how-to-create-an-html-button-that-acts-like-a-link
mikeday
Prince does not support forms, the only way to make a button that works as a link would be to create a regular link with an outset border, so it looks like a button.
hughmcguire
thanks for clarifying.
h.