53 lines
1.7 KiB
INI
53 lines
1.7 KiB
INI
# In this file, you can configure how the contact form
|
|
# behaves on your site, primarily the list of feedback
|
|
# categories and the email addresses for each of the
|
|
# category.
|
|
|
|
# Please note if you need to change the text displayed
|
|
# right before the form (on the /thalcgi.cgi/contact
|
|
# page), it is done by editing the cgitexts.ini file.
|
|
|
|
|
|
[feedback]
|
|
|
|
# Enumerate "categories" for the feedback,
|
|
# using a distinct itentifier for each of them.
|
|
# Please note you need at least one of them.
|
|
# For every category, set below their brief
|
|
# explanations and the email addresses where to
|
|
# send the feedback to.
|
|
#
|
|
categories = sales support law site private general
|
|
|
|
# fill in a "visible" (but nonetheless short) explanation
|
|
# for each of the categories
|
|
#
|
|
cattitle:sales = ÷ÏÐÒÏÓÙ ÐÏ ÐÒÏÄÁÖÁÍ
|
|
cattitle:support = ôÅÈÎÉÞÅÓËÁÑ ÐÏÄÄÅÒÖËÁ ÎÁÛÉÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ
|
|
cattitle:law = ïÆÉÃÉÁÌØÎÙÅ ÚÁÐÒÏÓÙ É ÄÒÕÇÉÅ ÓÏÏÂÝÅÎÉÑ ÎÁÛÉÍ ÀÒÉÓÔÁÍ
|
|
cattitle:site = óÏÏÂÝÅÎÉÅ ÏÂ ÏÛÉÂËÅ ÉÌÉ ÏÐÅÞÁÔËÅ ÎÁ ÓÁÊÔÅ
|
|
cattitle:private = ìÉÞÎÏÅ ÓÏÏÂÝÅÎÉÅ ÄÉÒÅËÔÏÒÕ
|
|
cattitle:general = óÏÏÂÝÅÎÉÑ, ÄÌÑ ËÏÔÏÒÙÈ ÎÅÔ ÐÏÄÈÏÄÑÝÅÊ ËÁÔÅÇÏÒÉÉ
|
|
|
|
# If you want one of the categories to be preselected by default,
|
|
# uncomment this and replace the word "site" with the appropriate
|
|
# (desired) identifier
|
|
#
|
|
#selected:site = yes
|
|
|
|
|
|
# set email addresses for each of the categories
|
|
#
|
|
email:sales = sales@example.com
|
|
email:support = support@example.com
|
|
email:law = attorneys@example.com
|
|
email:site = webmaster@example.com
|
|
email:private = george_smith@example.com
|
|
email:general = info@example.com
|
|
|
|
# If desired, you can set the "last resort" email
|
|
# here. If you do, some (or even all) of the specific
|
|
# "email:whatever" parameters above may be omitted.
|
|
#
|
|
#email = general_questions@example.com
|