Ambassador Application

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KiYah Athletics Brand Ambassador Application</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
form {
max-width: 600px;
margin: 0 auto;
}
input, textarea, select, button {
width: 100%;
padding: 10px;
margin: 10px 0;
}
button {
background-color: #4CAF50;
color: white;
border: none;
}
button:hover {
background-color: #45a049;
}
</style>
</head>
<body>
<h1>Become a KiYah Athletics Brand Ambassador</h1>
<p>Thank you for your interest in representing KiYah Athletics! Please fill out the application below.</p>
<form action="/submit-application" method="POST" enctype="multipart/form-data">
<label for="name">Full Name:</label>
<input type="text" id="name" name="name" required>

<label for="email">Email Address:</label>
<input type="email" id="email" name="email" required>

<label for="phone">Phone Number:</label>
<input type="tel" id="phone" name="phone" required>

<label for="dob">Date of Birth:</label>
<input type="date" id="dob" name="dob" required>

<label for="platforms">Primary Platform(s):</label>
<select id="platforms" name="platforms[]" multiple required>
<option value="Instagram">Instagram</option>
<option value="TikTok">TikTok</option>
<option value="YouTube">YouTube</option>
<option value="Facebook">Facebook</option>
<option value="Other">Other</option>
</select>

<label for="handles">Social Media Handles:</label>
<textarea id="handles" name="handles" rows="3" placeholder="List your handles and platforms" required></textarea>

<label for="followers">Total Followers:</label>
<input type="number" id="followers" name="followers" required>

<label for="fitness-routine">Describe Your Fitness/Wellness Routine:</label>
<textarea id="fitness-routine" name="fitness_routine" rows="4" required></textarea>

<label for="why-ambassador">Why Do You Want to Represent KiYah Athletics?</label>
<textarea id="why-ambassador" name="why_ambassador" rows="4" required></textarea>

<label for="content-links">Provide Links to Your Content:</label>
<textarea id="content-links" name="content_links" rows="3" required></textarea>

<label for="photo">Upload a High-Quality Photo:</label>
<input type="file" id="photo" name="photo" accept="image/*" required>

<label for="agreement">Do You Agree Not to Promote Competing Brands?</label>
<select id="agreement" name="agreement" required>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>

<button type="submit">Submit Application</button>
</form>
</body>
</html>

Book Your Session

Ready to elevate your training? Fill out the form below and we'll get back to you within 24 hours.