Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Websites
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bjv33
Websites
Commits
bf94f30d
Commit
bf94f30d
authored
Oct 25, 2018
by
bjv33
Browse files
Options
Downloads
Patches
Plain Diff
Survey Form Page
parent
79a96e53
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SurveyForm Page
+95
-0
95 additions, 0 deletions
SurveyForm Page
with
95 additions
and
0 deletions
SurveyForm Page
0 → 100644
+
95
−
0
View file @
bf94f30d
<h1 id="title">Survey Form</h1>
<div id="form-outer">
<p id="description">Let me know what I can improve on</p>
<form id="survey-form" method="GET" action="https://crossorigin.me/https://freecodecamp.com">
<div class="rowTab">
<div class="labels">
<label id="name-label" for="name">* Name: </label>
</div>
<div class="rightTab">
<input autofocus type="text" name="name" id="name" class="input-field" placeholder="Enter Your Name" required>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label id="email-label" for="email">* Email: </label>
</div>
<div class="rightTab">
<input autofocus type="email" name="email" id="email" class="input-field" placeholder="Enter Your Email" required>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label id="number-label" for="name">* Age: </label>
</div>
<div class="rightTab">
<input type="number" name="age" id="number" min="1" max="100" class="input-field" placeholder="Enter Your Age" required>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label for="currentPos">What is your current role?</label>
</div>
<div class="rightTab">
<select id="dropdown" type="text" name="currentPos" class="dropdown">
<option disabled value>Select an option</option>
<option value="Student">Student</option>
<option value="Student">Part Time Worker</option>
<option value="Student">Full Time Worker</option>
<option value="Student">Unemployed</option>
<option value="Student">Prefer Not To Say</option>
<option value="Student">Other</option>
</select>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label for="userRating">* How likely is that you would recommend coding to a friend?</label>
</div>
<div class="rightTab">
<ul style="list-style: none;">
<li class="radio"><label>Definitely<input name="radio-buttons" value="1" type="radio" class="userRatings" ></label></li>
<li class="radio"><label>Maybe<input name="radio-buttons" value="2" type="radio" class="userRatings" ></label></li>
<li class="radio"><label>Not sure<input name="radio-buttons" value="3" type="radio" class="userRatings" ></label></li>
</ul>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label for="comments">What Do You Like Most About Coding?</label>
</div>
<div class="rightTab">
<select id="most-like" name="mostLike" class="dropdown">
<option disabled selected value>Select an option</option>
<option value="challenges">The Challenges</option>
<option value="proud">The Satisfaction</option>
<option value="community">The Community</option>
</select>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label for="preferences">Things That I Can Improve<br>(Check all that apply): </label>
</div>
<div class="rightTab">
<ul id="preferences" style="list-style: none;">
<li class="checkbox"><label><input name="prefer" value="1" type="checkbox" class="userRatings">HTML</label></li>
<li class="checkbox"><label><input name="prefer" value="2" type="checkbox" class="userRatings">CSS</label></li>
<li class="checkbox"><label><input name="prefer" value="3" type="checkbox" class="userRatings">JScript</label></li>
<li class="checkbox"><label><input name="prefer" value="4" type="checkbox" class="userRatings" id="checkAll">All of the Above</label></li>
</ul>
</div>
</div>
<div class="rowTab">
<div class="labels">
<label for="comments">Please leave any comments or questions</label>
</div>
<div class="rightTab">
<textarea id="comments" class="input-field" style="height:50px;resize:vertical;" name="comments" placeholder="Enters your comments or questions here">
</textarea>
</div>
</div>
<button id="submit" type="submit">Submit</button>
</form>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment