Closed springboynick closed 2 years ago
Hi, in this code I am not seeing an override used from this plugin. Just know that if you want to use a message input by itself you should use it as message[message] as the overrides piggyback off the message array. Example name="message[template]".
Closing this unless there is more information. Again please make sure to not just used name="message" as the other overrides use that array.
Good evening.
Im not sure if im missing something obvious, but apart from the toEmail override, I cannot get any in form overrides to be affective.
here is my code
`{% macro errorList(errors) %} {% if errors %} {{ ul(errors, {class: 'errors'}) }} {% endif %} {% endmacro %}
{% set submission = submission ?? null %}
` In this example, neither the subject or alternative template is picked up any help would be greatly appreciated