Home / Documentation / Version 2 / CMS Settings / Messaging
Messaging
You are reading the documentation for Age Gate 2.x. Switch to the documentation for 3.x.
Messages
| Name | Description | Since |
|---|---|---|
| Headline | The headline text shown on Age Gate | 1.0.0 |
| Sub headline | Secondary headline on the Age Gate | 1.0.0 |
| Remember me text | Custom text for remember me | 2.0.0 |
| Yes/No sub question | The challenge question for Yes/No buttons | 1.0.0 |
| Yes button text | The text to display on the "Yes" button | 2.0.0 |
| No button text | The text to display on the "No" button | 2.0.0 |
| Submit button text | Text added to the submit button | 1.0.0 |
| Additional content | Custom copy field shown after the Age Gate | 1.0.0 |
| Invalid inputs | Error displayed when an invalid input has been entered. | 2.0.0 |
| Under age | Message display if a user fails the Age Gate or is too young for that content | 1.0.0 |
| Generic error | If an error occurs outs side of validation or failure | 1.0.0 |
| Required field message | Message displayed when an input is required. Adding {field} will output the field name. |
2.0.0 |
| Numeric field message | Error message is user inputs a non numeric input the date fields. Adding {field} will output the field name. |
2.0.0 |
| Minimum length message | Message display if the input does not meet required length. Adding {field} will output the field name. Adding {param} will output the required length. |
2.0.0 |
| Maximum length message | Message display if the input is greater than required length. Adding {field} will output the field name. Adding {param} will output the required length. |
2.0.0 |
| Maximum numeric message | If an input is greater than it's maximum number, e.g. months may only be a maximum of 12. Adding {field} will output the field name. Adding {param} will output the required length. |
2.0.0 |