Implement contact form autoreply for epevents
This commit is contained in:
@@ -28,6 +28,10 @@ plugin.tx_epevents {
|
||||
searchPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient email
|
||||
inquiryToEmail =
|
||||
# cat=plugin.tx_epevents//a; type=boolean; label=Enable contact form autoreply
|
||||
enableContactFormAutoreply = 0
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Contact form autoreply subject
|
||||
contactFormAutoreplySubject = Ihre Anfrage bei E&P Events
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient name
|
||||
inquiryToName =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Sitemap root page UID
|
||||
|
||||
@@ -46,6 +46,8 @@ plugin.tx_epevents {
|
||||
searchLogIgnoreIps = {$plugin.tx_epevents.settings.searchLogIgnoreIps}
|
||||
activityDefaultHeaderImage = {$plugin.tx_epevents.settings.activityDefaultHeaderImage}
|
||||
activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage}
|
||||
enableContactFormAutoreply = {$plugin.tx_epevents.settings.enableContactFormAutoreply}
|
||||
contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject}
|
||||
configurator {
|
||||
options {
|
||||
travelType {
|
||||
|
||||
Reference in New Issue
Block a user