Module Signup Button does not work

More
15 Oct 2011 15:09 #2052 by Troix
joomlamailer version: latest
Joomla! version: 1.7.1
PHP version: latest
MySQL version: latest

When i click the submit button, nothing happens.
A horizontal layout woudl be also great.


Cheers

Please Log in or Create an account to join the conversation.

More
17 Oct 2011 16:56 #2061 by pete
Hello Troix,

You have most likely a javascript error on your page which causes the signup module's javascript to break. Also possible would be a jQuery conflict caused by another extension including jQuery without noConflict mode. I would need to see your site to be more precise.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
19 Oct 2011 15:04 #2077 by alonso
Hi Pete,

I also have same problem than Troix. I have installed Joomlamailer and all config done (mailchimp etc.), everything seems to works as promised, however I donĀ“t get the sign up module to work properly... it is like the bottom "registration" does not works.

My details:
web: DinshotelDinshotel
joomlamailer version: 1.7.2
Joomla! version: 1.5.21
PHP version: 5.2.11
MySQL version: 5.1.38-log

Thanks in advance for you help

Alonso

Please Log in or Create an account to join the conversation.

More
20 Oct 2011 01:57 #2082 by bonniesherbals
same problem today htp://www.bonniesherbals.com you can't click to sign up

Please Log in or Create an account to join the conversation.

More
20 Oct 2011 16:14 #2083 by YouvalKatz
Same problem here
haorgani.co.il/

Please Log in or Create an account to join the conversation.

More
20 Oct 2011 17:08 #2084 by bonniesherbals
I uninstalled it and then reinstalled it and it now works -= try that

Please Log in or Create an account to join the conversation.

More
28 Oct 2011 20:00 #2090 by Aerendir
In the module administration probably you have edited the base option, translating labels for "Thankyou message" and "Update message".

If writing you use characters like this ' the js get error and the button doesn't work.

So you have to write a phrase like "rock 'n' roll" as "rock \'n\' roll". You have to use the slashes!

I spent the last 2 hours fixing this banal issue!

Please Log in or Create an account to join the conversation.

More
03 Dec 2011 01:24 #2142 by rweiss
I have reinstalled the extension. I have verified that I am not using any ' in my messages, all the above.

I do get this error on the page when I click the subscribe button: Error: $("mcsignupSubmit4618").addEvent is not a function
Line: 309 (This line is directly tied to the javascript code supplied by the signup form).

I have read this error means I am having a direct conflict with mootools. If so, then it seems this wouldn't work with any joomla install - so something else must be going on.

Rick

Please Log in or Create an account to join the conversation.

More
03 Dec 2011 18:20 #2144 by transact
Starting today I am also receiving the error $("mcsignupSubmit2575").addEvent is not a function
[Break On This Error] $('mcsignupSubmit2575').addEvent('click', function(){

This was working for me last week. Is this a jquery conflict? How can I fix this?

Please Log in or Create an account to join the conversation.

More
14 Dec 2011 19:02 #2168 by jeango
I have the same problem and after doing some trial-error, I found that if you use carriage return in any of the fields in the module setup, it breaks the button.

so instead of
"Thank you!
You have been subscribed successfuly
See you soon"

you have to put
"Thank you! You have been subscribed successfully. See you soon"

Please Log in or Create an account to join the conversation.