2021.1

Table Of Contents
l A button of the type button doesn't have a standard function. This is mostly used with a
JavaScript to activate a script.
The button's type can also be changed on the Attributes pane.
There may be multiple submit buttons on a Form. If this is the case, specify a different name
and/or value for each of the buttons.
Note: When adding a Button to a Form, you can specify a value, but no name. The Button's ID
will be copied to the element's name attribute. However, after inserting the Button you can
change its name on the Attributes pane.
Hyperlink and mailto link
Links can be added to any template but they only work in electronic output (web pages, email
and PDF files). They can be a regular hyperlink pointing to a web page or a mailto link that will
open the default email client when clicked.
Note
Hyperlinks - both external and internal - are not preserved when printing multiple pages
on the same sheet (see "Imposition options" on page1246).
HTML element: a
When you add elements, such as text, images or a table, to the content of a template, you are
actually constructing an HTML file. It is possible to edit the source of the HTML file directly in
the Designer; see "Editing HTML" on page626.
The HTML tag of a hyperlink or mailto-link is <a>. This is sometimes called an anchor tag. For a
list of attributes, see https://www.w3schools.com/tags/tag_a.asp.
Page 716