Designmodo Contact Form
This page was made out of a PSD from Designmodo.
Create a Simple Contact Form in Adobe Photoshop
The jQuery plugin is not production ready at all.
Known issues:
- jQuery plugin does not work in IE (any version). I think there is some issue with the enter button that I'm too lazy to look into right now.
- Textbox autosizing issues
- Remove with the backspace key doesn't work the way it is expected to all the time. When entering another email and pressing backspace to remove characters it will delete the previous contact entry.
- Remove button on selections is out of position in every browser except Chrome. This has something to do with the
:after
on thespan.remove
. I need to re-write it without using:after
because Mozilla and Chrome treat:after
differently.