×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Save instead of thanks message

Save instead of thanks message 9 years 7 months ago #27912

  • Sarah Greenwood
  • Sarah Greenwood's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
When a user signs up for the newsletter, the thank you message does not display just the Message 'saved' - not sure what could be conflicting?

Save instead of thanks message 9 years 5 months ago #29047

  • Tibbe
  • Tibbe's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Does anyone has a solution to this? I got the same issue

Save instead of thanks message 9 years 5 months ago #29048

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You guys have a javascript conflict on the page. When this happens we can' tsend the information to the server using ajax and we do a normal request. On the server we send the data to mailchimp and redirect you back to the page and show you the message "saved". In order to fix this -> you'll have to look at your browser console for the error message that happens, find out what's causing it and disable the module, plugin or template part that has the bad javascript.

Regards,
Daniel

Save instead of thanks message 9 years 5 months ago #29052

  • Tibbe
  • Tibbe's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I have checked my console after submitting an e-mailadres trough the module, but I can't find out what is blocking the javascript.
Maybe you can help me? The page: http://portal2risk.vormfunctie.nl/

Save instead of thanks message 9 years 5 months ago #29053

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
ReferenceError: el is not defined
portal2...ctie.nl (line 1)

This is the error that I see on your page.

Save instead of thanks message 9 years 5 months ago #29054

  • Tibbe
  • Tibbe's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
But that doesn't say which module or plugin in conflicting. I tried to turn off some modules and plugins, but nothing is working.

Save instead of thanks message 9 years 5 months ago #29057

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Tibbe,
well, it actually does: portal2risk.vormfunctie.nl/component/scr...b2FkZm9yam9vbWxhLiRK

So - turn off the plugin that does the merging and minification and then have a look at the site -> you'll get a more meaningfull error this time showing you the file that is causing it. By having a look at the file location you could determine in which module, plugin or component this code comes from.

Regards,
Daniel

Save instead of thanks message 9 years 5 months ago #29061

  • Tibbe
  • Tibbe's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Thank you, I found the problem.

It turned out to be a small snippet of code I added manually trough the plugin 'Jquery Easy' which removed tooltips. Removed it and now it works!

Is there a possiblity to redirect people to a specific page when signing up?

Save instead of thanks message 9 years 4 months ago #29385

  • Jennifer Campbell
  • Jennifer Campbell's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi there,

I have just installed the CMC plugin and all went well until I tested the subscription and I am getting the saved message instead of thank you, I'm not a developer so don't really know what I am doing but tried having a look at the browser console and get this message, I believe that Superfish is a plugin but it's a clients site and I can't find the Superfish plugin anywhere...any ideas?

<script>
window.addEvent('load', function() {
new JCaption('img.caption');
});
WebFontConfig = {
google: { families: [ 'Open Sans|Open Sans|Open Sans|Open Sans' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
jQuery.noConflict();
jQuery(document).ready(function(){ jQuery("ul.superfish").superfish(); });
  • Page:
  • 1
Time to create page: 0.138 seconds