You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Overriding the confirmation subject" does not work, it just keeps using the Subject that was set in the general plugin settings (/settings/plugins/contact-form-extensions). I need to override it since the website is in two languages and they both need a different Subject.
I added a hidden field for that:
It would be great to be able to use Twig for the confirmation subject, because then we could just give it a translate filter.
The text was updated successfully, but these errors were encountered:
@jornwildenbeest I will take a look at this but there is a subject and a confirmation subject. One for the email that goes to notify the site owner and one that goes to the person who filled out the form (confirmation.) Both can have an override and the subject override actually comes from the P&T plugin. The confirmation subject comes from this plugin. I am in the process of cleaning all of this up though and separating things out from the message array which will allow for better twig filtering etc.
The "Overriding the confirmation subject" does not work, it just keeps using the Subject that was set in the general plugin settings (/settings/plugins/contact-form-extensions). I need to override it since the website is in two languages and they both need a different Subject.
I added a hidden field for that:
It would be great to be able to use Twig for the confirmation subject, because then we could just give it a translate filter.
The text was updated successfully, but these errors were encountered: