Button

Button properties:

  • General Group:
    • Label: Enter the text that is adjacent to the button, indicating the action taken when clicking on the button.
    • Submit Name: Enter a name for the field, which will identify it to the receiving server-side script.
    • Value: Enter the value of the button. This is also the text shown inside the button.
    • Button Type: Select the action the button will execute:
      • Submit: The button will validate the form data and if validation is successful, send the data to the provided URL.
      • Reset: The button will reset the form to its original configuration, erasing any information entered and options provided. Note: This cannot be undone!

Table of Contents

Index

Glossary

-Search-

Back