Hello,
I have a multilingual website. And I need arrange a form with possibility to upload file, store it as a file and attach it to e-mail.
Everything is ok if I have one version of form (in default language). But when I have arranged another language version I found that there is no OnSubmit message and no e-mail attachment.
Configuration:
Joomla 1.5.20
Joom!Fish 2.0.4
JoomSEF 3.7.4
joomfish plugin for chronoforms 1.0.6 and Chronoforms Email Templates 1.0.5 (http://www.joomla-software.ch/en/plugins/download/category/2-plugins.html)
Debug log FR - bad:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_2] => my message [button_1] => odeslat [3a1a9ec386246d7aa46831495cef8c59] => 1 [1cf1] => 8635837a36895e1b04e76557ec477ae5 [chronoformname] => odeslani )
6. $_FILES Array: Array ( [frname] => Array ( [name] => storno.jpg [type] => image/jpeg [tmp_name] => /tmp/php8pLfnf [error] => 0 [size] => 101461 ) )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (web)webmaster@fenstar.com to [email]kemza@fenstar.com[/email]
9. Debug End
Debug log CZ (default) - OK
attached as printscreen
Thank You
I have a multilingual website. And I need arrange a form with possibility to upload file, store it as a file and attach it to e-mail.
Everything is ok if I have one version of form (in default language). But when I have arranged another language version I found that there is no OnSubmit message and no e-mail attachment.
Configuration:
Joomla 1.5.20
Joom!Fish 2.0.4
JoomSEF 3.7.4
joomfish plugin for chronoforms 1.0.6 and Chronoforms Email Templates 1.0.5 (http://www.joomla-software.ch/en/plugins/download/category/2-plugins.html)
Debug log FR - bad:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_2] => my message [button_1] => odeslat [3a1a9ec386246d7aa46831495cef8c59] => 1 [1cf1] => 8635837a36895e1b04e76557ec477ae5 [chronoformname] => odeslani )
6. $_FILES Array: Array ( [frname] => Array ( [name] => storno.jpg [type] => image/jpeg [tmp_name] => /tmp/php8pLfnf [error] => 0 [size] => 101461 ) )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (web)webmaster@fenstar.com to [email]kemza@fenstar.com[/email]
9. Debug End
Debug log CZ (default) - OK
attached as printscreen
Thank You