Target Information for Call-to-Action Buttons
Target Information for Call-to-Action Buttons
When using buttons in forms you are able to decide how the contact views the CTA link embedded within a button. Here are the attributes that can be added to the target section of the CTA button. These will tell the button whether to open the link in the same page or open a new tab etc.
Attribute | Target Description |
---|---|
_blank | Opens the linked document in a new window or tab |
_self | Opens the linked document in the same frame as it was clicked |
_parent | Opens the linked document in the parent frame |
_top | Opens the linked document in the full body of the window |
framename | Opens the linked document in the named iframe |
The target attribute is placed under the link.
Updated on: 13/10/2022
Thank you!