SSL - form success message not showing

Permalink
Hi,
I've switched a site running on version 5.7.5 to SSL.
I have changed the canonical URls to both point to https:// and updated the htaccess accordingly so ssl is "forced"
The site is working fine.
The form is sending out emails and logging correctly in the reports.

However no success message is showing on the form page after submission.
Does anyone have any thoughts on this?

Thanks,
Una

 
mnakalay replied on at Permalink Reply
mnakalay
Hello,

Sorry for sounding obvious but I always start by ruling out the obvious:
1- did you clear Concrete5's cache?
2- are you sure that a success message is set in the form block?
3- After the form is submitted and the page has reloaded, does the URL in the browser's address bar contains surveySuccess=1&qsid=X#formblockY with X and Y being 2 integers?
4- is there any error message in your browser's console after submitting?
fatcatsanonymous replied on at Permalink Reply
Hi Mnakalay,
Thanks for your reply,
1- I did clear the cache
2- The success message is set and worked before the ssl switch
3- The URL shows the correct parameters

4- the only error I was receiving was that the google fonts link in the head pointed to http:// (so there was mixed content I was not aware of)

I fixed this and the message works!
So Thanks for helping to rule out the obvious! :-)
Una