docpad-plugin-contactform

1.1.1 • Public • Published

Contact form Plugin for DocPad

Adds a simple contact form to DocPad using postmark

Install

  1. Install the Plugin
npm install --save --force docpad-plugin-contactform
  1. Output the contact form. You may have to change your document's extension (that you place this snippet inside) to my-document.html.eco.
<%- @getContactForm() %>

Configure

this needs to be addded to your docpad.coffee configuration file

plugins:
  contactform:
      postmarkAPI: '<your API number here>'
      toEmail: '<your email here>'

History

You can discover the history inside the History.md file

License

Licensed under the incredibly permissive MIT License
Copyright © 2013 dospuntocero Ltd

Readme

Keywords

none

Package Sidebar

Install

npm i docpad-plugin-contactform

Weekly Downloads

6

Version

1.1.1

License

none

Last publish

Collaborators

  • dospuntocero