OBJECT
OnlineFormFooter
link GraphQL Schema definition
- type OnlineFormFooter {
- # Text shown on the form submit button.
- : String!
- # Horizontal alignment of the submit button: Left, Middle, or Right.
- : OnlineFormButtonPositionEnum!
- }
OBJECT
- type OnlineFormFooter {
- # Text shown on the form submit button.
- : String!
- # Horizontal alignment of the submit button: Left, Middle, or Right.
- : OnlineFormButtonPositionEnum!
- }