My contact form contains a checkbox to agree to our policy before the form can be submitted. Below is email received. How do I change the grav.yes to some other text?
name: Terri
email: i[email protected]
subject: some subject
country: Barbados
message: some message
privacy: GRAV.YES
I have tried adding the below to my existing en.yaml, but seems to take no affect. Is it not possible to replace the text?
PLUGIN_FORM:
DROPZONE_DEFAULT_MESSAGE: Drop your files here
YES: 'Yes'
NO: 'No'
