Everything seems to work as needed, but as soon as I try to send it doesn't work.

I type in box --> click ENTER button or on icon --> does not respond, text just sits there in Firefox
I type in box --> click ENTER button or on icon --> disappears, text never shows up or is sent in Chrome

I tried all version available... and configured everything as mentioned, but no text is responding (no submit or ENTER button works).

ANY suggestions, pleasssssse?

Comments

poli’s picture

you should test on a different theme to see.
I have noticed that the application works with different behavior depending on the chosen theme.

JohnnyW’s picture

Ah, mine is a custom theme.

I'll just have to dig in ;)

Thanks for the response!

JohnnyW’s picture

Fixed :)

Basically, page.tpl.php was wrongfully configured...
I put print $scripts at the bottom of the page too, when it should have only been put at the top of head, below $styles

print $head
print $head_title
print $styles
print $scripts

I deleted the one print $scripts on the bottom of the page and now it WORKS :)

Thanks for the awesome module.