You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately, when I send the form nothing happens when the button values are in English. When they are in German it works. Is there a language restriction for it? What can be the problem?
Update: I've found the section that causes the problem. In your files
ModuleHcMailchimpUnsubscribeForm.php
ModuleHcMailchimpSubscribeForm.php
ModuleHcMailchimpSubscribeFormShort.php
you use very restrict command
if (Input::post('submit') == "Senden")
If you want to use a language restriction, it would be better to use the restriction for each language separately. But I think it would be a lot of work.
I think this is not the right way when somebody use a multilingual website. It shouldn't be so restrict and it should be free from any language settings.
Could you improve it, please? Thank you.
The text was updated successfully, but these errors were encountered:
jankout
changed the title
Sending of the form does not work
Sending of the form does not work when the value of the buttons are in English
Nov 4, 2016
jankout
changed the title
Sending of the form does not work when the value of the buttons are in English
Sending of the form does not work when the value of the buttons are in another language then German
Nov 4, 2016
Hello,
unfortunately, when I send the form nothing happens when the button values are in English. When they are in German it works. Is there a language restriction for it? What can be the problem?
Update: I've found the section that causes the problem. In your files
you use very restrict command
if (Input::post('submit') == "Senden")
If you want to use a language restriction, it would be better to use the restriction for each language separately. But I think it would be a lot of work.
I think this is not the right way when somebody use a multilingual website. It shouldn't be so restrict and it should be free from any language settings.
Could you improve it, please? Thank you.
The text was updated successfully, but these errors were encountered: