Button

They do things when you click on them!

Button inputs will take you to the next page. They can be used with rules to implement conditional branching or skip logic.

ConfigurationValue
LabelEnter the label to display on your button
2172

Theme-able Classes

.themeable_input_generic_error {
    // generic error message appearance
}

.themeable_input_button_error {
    // input button specific error message appearance
}

.themeable_input_button {
    // base button appearance
}

.themeable_input_button_loading_ring {
    // loading ring parent
}

.themeable_input_button_loading_ring_1 {
    // loading ring animation 1
}

.themeable_input_button_loading_ring_2 {
    // loading ring animation 2
}

.themeable_input_button_loading_ring_3 {
    // loading ring animation 3
}

.themeable_input_button_loading_ring_4 {
  // loading ring animation 4
}