← Back to Simple Contact Us Support
Hey, I've been trying to set this up and I'm not sure what's wrong with the message I'm getting when I submit a contact form. I get 3 popups in a row, not sure why this is happening. Picture: https://i.imgur.com/Us7q9sF.jpg
from the image i can only tell that there's something missing in you implementation. make sure that these tags are included in your theme: {% framework extras %} {% scripts %}
It is included, I moved it to the top of the layout now it just refreshes the page, no message whatsoever. Also the form doesn't work anymore. Does it matter where {% framework extras %} {% scripts %} are located in the document?
These are the scripts I have loaded. Am I missing something?
<script src="{{ [
'assets/javascript/jquery.js',
'assets/javascript/app.js',
'assets/javascript/classie.js',
'assets/javascript/cbpAnimatedHeader.js',
'assets/javascript/jqBootstrapValidation.js'
]|theme }}"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
{% framework %}
{% framework extras %}
{% scripts %}
Last updated
It is, I don't know what the problem is. It seems to happen only on the theme called Freelance (from what I have tested so far). The default one works just fine.
1-5 of 5