feedback needed please!
https://codepen.io/jesuscano80/pen/QWjzzza
to solve problems I have made v2
feedback needed please!
https://codepen.io/jesuscano80/pen/QWjzzza
to solve problems I have made v2
Hi,
Just a few quick suggestions regarding the aesthetics:
1 - The “Name” input field is too close to the top of the graphic
2 - Role input field is a different height and not justified left with the other input fields
3 - The “comments” field title is not aligned with the input field
4 - The “Submit” button is quite big
I hope this helps.
hi @jesuscano
youve made a good effort here with this, good work.
@jesuscano, some feedback on your form;
body
element in HTML. (No need to include the body tags). For anything you want to add to <head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
Overall, it’s a good start!
Thanks to all for feedback, I decide to remake it again to solve the problems.
Here is v2 new survey form
https://codepen.io/jesuscano80/pen/ExVMoWo
Looks okay @jesuscano. Just a note about placeholder text. Placeholder text, located inside a form field, is an additional hint, description, or example of the information required for a particular field. No need to repeat the label.