| 1 |
$Id: README.txt,v 1.5 2008/09/14 10:10:31 gpdinoz Exp $ |
$Id: README.txt,v 1.6 2008/12/31 12:37:41 gpdinoz Exp $ |
| 2 |
|
|
| 3 |
CONTACT_FORMS.MODULE |
CONTACT_FORMS.MODULE |
| 4 |
|
|
| 12 |
The path 'contact/{category}' generates a contact form |
The path 'contact/{category}' generates a contact form |
| 13 |
for that category with a title = 'Contact {category}'. |
for that category with a title = 'Contact {category}'. |
| 14 |
e.g. path 'contact/Jill Jones' generates a contact form |
e.g. path 'contact/Jill Jones' generates a contact form |
| 15 |
for the category 'Jil Jones' with a title = 'Contact jill Jones'. |
for the category 'Jill Jones' with a title = 'Contact Jill Jones'. You can use underscore "_" or a dash "-" instead of spaces. |
| 16 |
|
|
| 17 |
If a path is entered that does not have a category you |
If a path is entered that does not have a category you |
| 18 |
can specify a page to redirect to. The default fall back |
can specify a page to redirect to. The default fall back |
| 21 |
To define the subject of the generated form the path is as follows |
To define the subject of the generated form the path is as follows |
| 22 |
'contact/{category}/Subject goes here' |
'contact/{category}/Subject goes here' |
| 23 |
e.g. path 'contact/Jill Jones/Enquiry about Sales' generates a contact form |
e.g. path 'contact/Jill Jones/Enquiry about Sales' generates a contact form |
| 24 |
for the category 'Jil Jones' with a title = 'Contact jill Jones' and the subject |
for the category 'Jill Jones' with a title = 'Contact jill Jones' and the subject |
| 25 |
'Enquiry about Sales'. |
'Enquiry about Sales'. |
| 26 |
|
|
| 27 |
|
|
| 91 |
incrn8 |
incrn8 |
| 92 |
joachim |
joachim |
| 93 |
mfredrickson |
mfredrickson |
|
jandd |
|
| 94 |
|
jandd |
| 95 |
|
arcaneadam |