Jump to content

Mido

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Mido

  1. I've been playing around with simple contact form and it works great! I'm pretty new to all this, i'm trying to send the form using ajax ( thats so the page doesn't refresh right? ), iv'e included jquery.simplecontactform.js using <script src="<?php echo $config->urls->templates?>scripts/jquery.simplecontactform.js"></script> on my main page. but what do i do with if ($('.js-simplecontactform').length) { $.simplecontactform($('.js-simplecontactform')); } iv'e tried adding it to my main page using <script> and also tried <?php> neither works. Also is there a way to style the send confirmation text? heres some examples of what i've done so far. http://ianjburgess.com/screenshot/Screen%20Shot%202015-10-14%20at%202.40.10%20PM.png http://ianjburgess.com/screenshot/Screen%20Shot%202015-10-14%20at%202.40.59%20PM.png
×
×
  • Create New...