Skip to main content

How to Customize the Gate Submit Button Text

Learn how to customize gate submit buttons using field-based or rule-based methods.

Updated over 2 months ago

This guide explains two methods to customize the text on your gate submit buttons. You can use either method individually or combine both approaches.

Method A: Gate-by-Gate Customization

To change the submit button text for specific gates:

  1. Create a hidden field named exactly "submitText"

  2. Set the pre-population for this field to 'Gate editor'

  3. Gate editors can now enter custom text that will override the default submit button text

Note: Since gates are already language-specific, the custom text will not be indexed for translation.

You can change the field label by clicking configure in the prepopulation area.

You will then see this area in the misc tab of the gate editor.

Method B: Rule-Based Customization

To set rules that change the submit button text based on conditions:

  1. Use the rule action: "Change the form's submit button text"

    • Enter your desired text value

    • This text will be indexed for translation since rules can apply to gates in different languages

  2. Use the rule action: "Reset the form's submit button text back to its original value"

    • This reverts to the default text that was set when the gate loaded

    • If you're also using gate-specific submit button text (Method A), that customization will be used

Did this answer your question?