Skip to content

LeanMetrix/contact.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact.js

Add a 'contact us' with a single line of code!

contactjs.init({
    postUrl: 'http://example.com/contactus',
    buttonText: 'Support',
    sendButtonText: 'Send',
    position: 'right', // or bottom
});