<section id="submit-radio">
<h2>Submit Your Radio Station</h2>
<form action="mailto:[email protected]" method="POST" enctype="multipart/form-data">
<label for="name">Name: *</label><br>
<input type="text" id="name" name="name" required><br><br>
<label for="email">Email: *</label><br>
<input type="email" id="email" name="email" required><br><br>
<label for="title">Title: *</label><br>
<input type="text" id="title" name="title" required><br><br>
<label for="stream-url">Stream URL: *</label><br>
<input type="url" id="stream-url" name="stream_url" required placeholder="https://"><br><br>
<label for="image">Image: *</label><br>
<input type="file" id="image" name="image" accept="image/*" required><br><br>
<label for="description">Description: *</label><br>
<textarea id="description" name="description" rows="3" required></textarea><br><br>
<label for="detailed-description">Detailed Description:</label><br>
<textarea id="detailed-description" name="detailed_description" rows="5"></textarea><br><br>
<label for="genres">Genres: *</label><br>
<input type="text" id="genres" name="genres" placeholder="e.g., Pop, Jazz, Rock" required><br><br>
<label for="countries">Countries:</label><br>
<input type="text" id="countries" name="countries" placeholder="e.g., USA, Canada"><br><br>
<label for="languages">Languages:</label><br>
<input type="text" id="languages" name="languages" placeholder="e.g., English, Spanish"><br><br>
<button type="submit">Submit</button>
</form>
</section>