Skip to content

Instantly share code, notes, and snippets.

@jffkka
Created October 10, 2010 21:43
Show Gist options
  • Save jffkka/619602 to your computer and use it in GitHub Desktop.
Save jffkka/619602 to your computer and use it in GitHub Desktop.
^/Start Blix Document 1.0/^
^/Load stylesheets/^
loadfile.(style.css)
loadfile.ifIE(iestyle.css)
loadfile.(javascript.js)
^/End stylesheets/^
^/Define elements/^
*Name* = ['formname']
*Email* = ['formemail']
*Message* = ['formmsg']
^/Start contact form/^
Name: <textarea 15c 1r 'formname'>
Email: <textarea 15c 1r 'formemail'>
Message: <textarea 25c 10r 'formmsg'>
<button name="submit" type="submit" action="mailto:email@gmail.com" trigger="createpage.'sent'">
^/createpage.sent/^
*Name*, your message sent from *Email* saying *Message* has been successfully sent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment