MEC / Registration Form

Hi,

MEC is far away from being “WPML ready”:
Need to translate: see screenshot. Productname is not translated and default field Name is nor translateble…cannot find it in the strings, .mo-datas etc…

Thanks for helping!
Cy.

AND: the form is showing MY Emailadress as default…

–> Evereytime i have changed the agreementpages in the translated form, the switch back after saving. That´s too bad…

–> That´s how we need it:

Hello @cyrock,

Thanks for writing in!

Regretfully MEC does not pass and support WPML. You can check it here:

We will contact the plugin’s creator and ask them to add in their enhancements list the WPML support.

In your email field, did you set a default email address? Because if you haven’t, it might get the site’s email address as the default value.

Hope this helps.

Thanks for your respond!
The default form is more than default. its not editable. Why? how can i change it?

MEC is great, but has its microbugs. we say: it revokes with his butt, what he build his brain before.

–> solved it:

jQuery(document).ready(function($){
$('.mec-booking button').click(function(){
	$(document).ajaxStop(function() {
		$('label[for="mec_book_reg_field_email1"]').html('Your Emailadresse | Ihre Emailadresse');
		$('#mec_book_reg_field_email1').attr('placeholder', 'Email');
        			$('#mec_book_reg_field_email1').attr('value', 'Your Emailadresse | Ihre Emailadresse');

	});
});

});
cy.

Hey CY,

Thanks for your feedback. We’re sorry though but we can’t comment on product development decisions. Also, if there is no option available, what we could do is post this in our issue tracker.

Glad you’ve developed your own custom solution.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.