Looking for a side slide popup that only accepts paragraph content? Want to add a contact form to it? Check out this fiddle - link here
For a working example, visit -
$(function() {
// Slide from right to left
$('#test2').PopupLayer({
to: 'left',
blur: true,
content: "<p class='dmpopup'>fdgdfgdfgdfg</p>",
color: "#fff",
backgroundColor: "#222",
});
});