Hi,
It depends.1. Can I handle all through one FormMail script on my site?
2. OR, do I need to have individual scripts to handle each of the 15 cases?
In almost all cases you can configure one FormMail script and use it with any number of forms on the one server.
We have one known limitation that might prevent you from doing this: if you want to put form-specific validations into an INI file, then you will need a separately configured FormMail for each different set of validations.
This is simply because there's only one file specified by FORM_INI_FILE. Each form cannot currently specify a different value for FORM_INI_FILE.
I recommend you start with one form, and then add the next one, and so on until you hit a problem.
Some of the other settings that you might need to be form-specific are:Good software development is best done with a global plan and incremental work.
- CSVDIR
- CSV File Settings
- FILEUPLOADS
- FILE_REPOSITORY
- ATTACK_DETECTION_MANY_URLS
- ATTACK_DETECTION_IGNORE_ERRORS
Not sure. The HTML coding is probably better. A lot depends on whether you end up with form results in text or HTML.4. I realize this should be a separate post (I will do so), but it is related here: as I am using 2 languages with accents (French and Spanish) in some words that may be used inside the scripts, how do I enter them inside specific code lines - as "ALT+0xxx" or as HTML-type coding (e.g. "é").
You may need to experiment a little and remember you have the CharSet feature oin "mail_options" to use, too.
We haven't had a lot of feedback from non-English speakers. So, we've assumed that everything works fine for them.
However, there is a known limitation in the "subject" field with 8-bit and unicode characters, which we will resolve shortly.
Bookmarks