<form>
<h2>Job Application Form</h2>
<label for="position">Position applying for:</label>
<select id="position" name="position" required>
<option value="">Select a position</option>
<option value="software_engineer">Software Engineer</option>
<option value="data_analyst">Data Analyst</option>
<option value="product_manager">Product Manager</option>
</select>
<label for="name">Full Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="phone">Phone Number:</label>
<input type="tel" id="phone" name="phone" required>
<label>Gender:</label>
<input type="radio" id="male" name="gender" value="male" required>
<label for="male">Male</label>
<input type="radio" id="female" name="gender" value="female" required>
<label for="female">Female</label>
<input type="radio" id="other" name="gender" value="other" required>
<label for="other">Other</label>
<label for="resume">Upload Resume:</label>
<input type="file" id="resume" name="resume" accept=".pdf,.doc,.docx" required>
<label for="agree">
<input type="checkbox" id="agree" name="agree" required>
I agree to the terms and conditions
</label>
<input type="submit" value="Submit Application">
</form>
-
Notifications
You must be signed in to change notification settings - Fork 0
NasheetaFarzana/My-portfolio-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published