Forums

Attachements works with FF and do not work when using IE

aristide 23 May, 2009
Chonoform version : J15 V3.0 stable
Manbot V0.8 CF 3.0 stable

Joomla V1.5.10

Everything works fine with FF. I have to wait until the file is uplaoded to get either the greeting message or the error message if the file is too big.

When using IE7, no file is uploaded, I get the greeting message immediatly after submiting the form.
All emails are sent, including in the right place the path of the file to be attached, but there is no attachement. And there is no error message if the file is too big.
GreyHead 23 May, 2009
Hi aristide,

a) Please turn on debug in the Form General tab and paste a copy of the the debug info you see whn you submit teh form into a post here.

b) try putting enctype='multipart/form-data' into the Form tag attachment box on the General Tab, sometimes this seems to be needed with IE

Bob
aristide 24 May, 2009
Hi Greyhead,


Thank you very munch, the fix for IE you suggested works perfectly. 😀

Here is the debug result before I added the bug fix:

_POST: Array ( [text_0] => Bernard [text_1] => 3 [text_2] => [email]bernard.ducout@club-internet.fr[/email] [text_10] => [text_11] => [text_8] => [radio0] => GR (rouge/blanc) [text_3] => debug [text_13] => [file_4] => [file_6] => C:\Documents and Settings\Bernard\Bureau\photos\P1070668.JPG [file_7] => [undefined] => Envoyer [ee6b2f046150e676d7b0adce8f449f96] => 1 )

Followed by a copy of the emails that are sent.

Best regards.
Aristide
GreyHead 24 May, 2009
Hi Aristide,

Great - is that all working OK now?

Bob
aristide 24 May, 2009
Hi Bob,

Yes, everything works, now!

Just one more question.

If the form is submitted, and some conditions are not fulfilled, a message is shown near the first "non compliant" field, or on top of the form. This message is in English language. I would like it in French. I suppose I will have to hack the componenent. Will Chronoform offer the possibility to customize the language of the component (front end only), in a near future ?

Aristide
Max_admin 24 May, 2009
Hi Aristide,

If you want the validation messages translated then you need to set your own using one of 2 ways:

#1- if you create the form using the ziard, then there is a field for "validation message" in the field properties box where you change the label text..etc

#2- if you create your form using your HTMLcode then you can add the message to the title attribute : title="ecrivez votre nom svp"

Thank you very much for your review on the JED, one note is that all your needs already exist!😉

#1- you can setup any number of emails!
#2- you can setup an email with a "Dynamic To" to send to the user who submitted the form!
#3- saving data to database is switchable in the DB connection tab!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
aristide 26 May, 2009
Hi Max,

My form is working perfectly, I just would like to get the system's messages like :

Sorry, Your uploaded file size exceeds the allowed limit.
or
This is a required field.

translated into French.

Regards.
Aristide
Max_admin 26 May, 2009
Hi Aristide,

to translate "This is a required field." you need to specify a new french validation message for the field in the field properties in the wizard or use the title="" attribute in your field tag if you are using your HTML

for the upload error message, this can't be translated now but it will be possible in RC5.1

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
aristide 26 May, 2009
Hi Max,

Thank you for your patience. I am a bit rusted.

Now I have all "This is a required field" translated.

Regards.

Aristide.
This topic is locked and no more replies can be posted.