|
|
| Author |
Message |
beata
Joined: 18 Jul 2004 Posts: 4 Location: Lithuania
|
Posted: Sun Jul 18, 2004 11:27 pm Post subject: language support |
|
|
I jave downloaded and installed formmail scriptsm but have an errors for a while.
I would like know, does support this form other languages characters and how?
My 17 th line in php file is:
$validReferrers = array('ttlogistic.lt','www.ttlogistic.lt',takas.lt');
what I should write in 20th:
$formAction['default'] = array(
Now I get error on 20th line |
|
| Back to top |
|
 |
admin Site Admin
Joined: 10 Dec 2003 Posts: 70
|
Posted: Tue Jul 20, 2004 8:11 am Post subject: |
|
|
you are missing a quote in line 17 it should be:
| Code: | $validReferrers = array('ttlogistic.lt','www.ttlogistic.lt','takas.lt');
|
I have never tried it with a language other that english, but I don't see why it would not work. |
|
| Back to top |
|
 |
beata
Joined: 18 Jul 2004 Posts: 4 Location: Lithuania
|
Posted: Tue Jul 20, 2004 10:25 am Post subject: |
|
|
Thank you, it works now
| admin wrote: | you are missing a quote in line 17 it should be:
| Code: | $validReferrers = array('ttlogistic.lt','www.ttlogistic.lt','takas.lt');
|
I have never tried it with a language other that english, but I don't see why it would not work. |
|
|
| Back to top |
|
 |
beata
Joined: 18 Jul 2004 Posts: 4 Location: Lithuania
|
Posted: Tue Jul 20, 2004 12:54 pm Post subject: |
|
|
One thing I do not like: when I get e-mail, there is written:
required: email,realname
If I delete this input from from, the form do not work. Is it a way to improve this thing?
| beata wrote: | Thank you, it works now
| admin wrote: | you are missing a quote in line 17 it should be:
| Code: | $validReferrers = array('ttlogistic.lt','www.ttlogistic.lt','takas.lt');
|
I have never tried it with a language other that english, but I don't see why it would not work. |
|
|
|
| Back to top |
|
 |
|