I see a JavaScript error on the page right now:
Timestamp: 2/11/13 11:43:36 PM
Error: TypeError: $ is not a function
Source File: http://www.debla.com/en/registration/
Line: 317
I don't think that's related to your problem but it is worth fixing.
It does not look like qTranslate is translating the form tag, so the form is submitting to 'registration':
<form method='post' enctype='multipart/form-data' id='gform_4' action='/registration/'>
Here is a related topic regarding another form plugin and qTranslate:
http://wordpress.org/support/topic/plugin-fast-secure-contact-form-doesnt-work-with-qtranslate?replies=16#post-1999436
I don't think there is anything Gravity Forms can do about it, since qTranslate is adding the language to the path, but does not change the form action in the same way.
Posted 11 years ago on Tuesday February 12, 2013 |
Permalink