Form Button
# Form Button
# Displayed on form
# Description
This control allows to have a button inside the form. You use it to open a link or to trigger a script.
# Binding Field
This control can be binded to any field of type SingleLine.Text.
# Inputs
- Type
- URL - Opens a selected url
- JavaScript Method - You need to attach script as OnChange event to use this method
- URL - Select url
- Hover Text - Text that will be displayed when you hover on the button
- Label - Text that will be displayed on the button
- Target
- _blank (default) - Open link in a new tab
- _self - Open link in the current tab