OneCompiler

OUR SERVICES GENERALLY

1642


<div class="rate-us-section"> <h2>Rate Us</h2> <p>Your feedback is important to us! Please rate your experience:</p>
<form action="/submit-rating" method="post">
    <div class="rating">
        <label for="star1">★</label>
        <input type="radio" id="star1" name="rating" value="1">
        <label for="star2">★</label>
        <input type="radio" id="star2" name="rating" value="2">
        <label for="star3">★</label>
        <input type="radio" id="star3" name="rating" value="3">
        <label for="star4">★</label>
        <input type="radio" id="star4" name="rating" value="4">
        <label for="star5">★</label>
        <input type="radio" id="star5" name="rating" value="5">
    </div>
    
    <label for="comments">Additional Comments:</label><br>
    <textarea id="comments" name="comments" rows="4" cols="50" placeholder="Your feedback..."></textarea><br>
    
    <input type="submit" value="Submit">
</form>
</div>