<div class="c100-form-container">
  <h2 class="c100-title">Share Your Creations</h2>
  <form method="POST" action="<?php echo esc_url(admin_url('admin-post.php')); ?>">
    <input type="hidden" name="action" value="c100_create_channel">

    <label for="channel_owner">Display Name (optional)</label>
    <input type="text" name="channel_owner" id="channel_owner" class="c100-input" placeholder="e.g. Chronicler0">

    <label for="channel_title">Channel Title</label>
    <input type="text" name="channel_title" id="channel_title" class="c100-input" required>

    <label for="channel_description">Channel Description</label>
    <textarea name="channel_description" id="channel_description" class="c100-textarea" rows="3" required></textarea>

    <label for="zip_code">ZIP Code</label>
    <input type="text" name="zip_code" id="zip_code" class="c100-input" required pattern="\d{5}">

    <!-- Default Hosted Image URLs -->
    <input type="hidden" name="default_banner" value="https://nftsopedia.com/wp-content/uploads/2025/07/c100-default-banner.png">
    <input type="hidden" name="default_profile" value="https://nftsopedia.com/wp-content/uploads/2025/07/c100-default-profile.png">

    <button type="submit" class="c100-submit">Create Channel</button>
  </form>
</div>
