Open rosahughes opened 6 years ago
Hi Rosa - I tried to leave a block of code as part of a code review but then it reformatted instead of printing the code in the <pre>
container. Hopefully this will help to explain, but let me know if you have any questions.
What I had basically done is to use this code in the first example here (WC3 Bootstrap Forms) to add Bootstrap styling to the form:
<div class="form-group">
(needed for optimum spacing)<input>
, <textarea>
, and <select>
elements<button>
with a class of "btn btn-success" (green submit button)Just a few quick changes and you get a nice looking and responsive Bootstrap web form, but I would also support a merge without these changes. What do you think?
Laura, I like both the pre-selected location addition and the suggestion for the Bootstrap styling. I would do both before merging back to the master.
Issue https://github.com/suwebdev/spring-ghost/issues/7 Goal to have basic web form structure in place.
I copied this code from w3schools for a basic web form, but it uses a form element with a php action for processing. If this is not working, it can be removed.