What I'm wanting to do is manually build a form inside a WP page template. I want to do this so 1. I can use utilise html5 placeholder (I realise GF does not support this yet)
2. Make the forms html a lot simpler (without all the classes, li's and such)
It's just a very simple form and I see if I copy and paste the raw html after building it (from firebug) it works but I don't get validation and the thanks message. How can I manually add the validation and thanks message back in?