This is my first time using HTML/CSS to create a form:
While trying to switch from google form to html form for the sake of having an upload button, I've found this very useful answer: Upload file/stackover
Then I looked at improving the design, so I'v found this: CSS HTML Form Designs Template; (I've used Form Style 10).
So after trying and trying I've managed to do this: JSFIDDLE
the Thanks.html file is missing (as on the original example post)
I'm almost done except few thing to sort out, if anyone can help me out that will be great:
I'd like all the required values to be checked upon submission I've tried to add required
Name: <input type="text" name="name" required />
nevertheless it sends the form data to the spreadsheet then display error message in the 1st required field (basically I'd like nothing to be sent until everything is ok in the form) (I read few things about onclick/onsubmit and type="button or submit" but couldn't sort it out)in the Thanks file, I've removed everything and wrote only:
<div> <p><blink>Thank you <?= name ?>, your application has been received.</blink></p> </div>
How can I center this message under the form, increase size and change colour to red please
I've tried to add the inner-wrap (grey colour around fields) as the template (Form Style 10) by adding:
<inner-wrap>
instead, but it doesn't work (any idea?)
Thanks you for your help