Designer News
Where the design community meets.
almost 9 years ago from Sean Geraghty, Design @ Nested.com
Thank you so much for mentioning Brace Forms! I've wanted a contact form on an otherwise static site as long as I've been using Jekyll. This is a godsend.
I haven't really looked into how it works but it's a great free service and is really easy to integrate into your forms.
The only downside is that for a confirmation message, it sends you to an external page.
I've been trying to create a modal window or even a new browser window to display a confirmation message but no luck yet
I've just tested it and you can either use a hidden form field to declare where the user gets sent when they submit the form, or send it by AJAX. Here's a demo, pls no spam 'coz I used my real email.
Just what I need, thanks!
You can also check out BitBalloon - we have integrated form handling and you can control the page shown after the form submission.
+1 for BitBalloon :)
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
I usually draw up a quick wireframe in my sketch pad then design it in Photoshop.
I recently switched to Brackets (http://brackets.io) for my text editor and really like it so far as I was using Notepad++ in the past (don't judge).
I've stripped down Bootstraps grid system as it's the only thing I like about the framework and also use SASS.
For static sites I like to use GitHub Pages and maybe Jekyll depending on the needs. If it's a blog I'm building, I try to persuade the client to go with Ghost (http://ghost.org) and learn some markdown instead of Wordpress because you know, PHP sucks.
GitHub pages has some restrictions when building a site such as the capability to add a contact form but I found Brace forms - http://forms.brace.io which is a nice little alternative.
Oh and I use Gulp now and then :)