Categories

Featured templates

JS Animated. How to activate contact form

Chris Diaz October 24, 2011
Rating: 3.2/5. From 19 votes.
Please wait...

Example 1

To do this:

  1. open the template folder
  2. go the site/js directory
  3. there open the contact-form.js(forms.js) file with your editor (Adobe Dreamweaver, Notepad etc)
  4. Using the Find and Replace tool (CTRL+F) search for the ownerEmail

You should see the following line:

  ownerEmail:'email@demolink.org'
 

replace sample email email@demolink.org with your email address. That’s all, now the contact form should send the messages to your email account.

Example 2

  1. open the template folder
  2. go the site directory
  3. there open the HTML file that contains the contact form file with your editor (Adobe Dreamweaver, Notepad etc). Usually it is index-5.html
  4. Using the Find and Replace tool (CTRL+F) search for the ownerEmail

You should see the following code:

	
<script type="text/javascript">
	$(window).load(function(){
		$('#contact-form').forms({
			ownerEmail:'#',
			successShow:2000
		})
	})
</script>

Replace the ‘#‘ symbol after ownerEmail with your email address to activate the contact form

Example 3

In the site directory open form.js file. Locate

$(function()
	$('#contact-form').forms({
    	ownerEmail:'#'
    })
})

Replace the ‘#‘ symbol after ownerEmail with your email address to activate the contact form

Example 4

In the site directory open scripts.js file. Locate

	$('#contact-form').forms({
    	ownerEmail:'#'
    })

Replace the ‘#‘ symbol after ownerEmail with your email address to activate the contact form

This entry was posted in JS Animated tutorials and tagged contact, email, form, JS Animated. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket