Cant find remaining 2 test in the survey form

    <h1 id=title>malware_pick's Survey form</h1>

    <p id=description> thank you for helping us</p>



<form id="survey-form">

    <div id="form-group">

    <label for="text" id="name-label">Name : </label>

    <input type="text" id="name" placeholder="name">

    <label for="email" id="email-label">E-mail : </label>

    <input type="email" id="email" placeholder="e-mail">

    <label for="number" id="number-label">Age(optional) : </label>

    <input type="number" id="number" min="10" max="99" placeholder="Age">

</div>

<div id="form-group">

    <p>select your preffered option: </p>

    <select name="Type" id="dropdown">

    <option disabled selected value>--type--</option>

        <option value="Portrait">Portrait</option>

        <option value="fashion">fashion</option>

        <option value="Editorial">Editorial</option>

        <option value="wild-life">wild-life</option>

        <option value="other">other</option>

</select>
<p>Your experience with us :</p>

<label>

    <input type="radio" value="Excellent" name="experience" class="radio">

    Excellent

</label>

<label>

    <input type="radio" value="Good" name="experience" class="radio">

    Good

</label>

<label>

    <input type="radio" value="Bad" name="experience" class="radio">

    Bad

</label>
<div class="form-group">

    <p>improvements you want to see :</p>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value=Viewfinder">

        Viewfinder

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Pentaprism">

        Pentaprism

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="viewfinder">

        viewfinder

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Focusing Screen">

        Focusing Screen

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Condenser Lens">

        Condenser Lens

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Digital Sensor">

        Digital Sensor

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Shutter">

        Shutter

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Display">

        Display

    </label>

    <label>

        <input type="checkbox" name="prference" id="checkbox" value="Electronics">

        Electronics

    </label>

   </div>

   <div class="form-group">

       <p>Any suggestions or comments ? :</p>

       <textarea name="suggestions" id="suggestion" cols="30" rows="10"> your comments here ....</textarea>

   </div>

   <input type="submit" id="submit">

</form>

Hi @keshawjha400 !

Can you share your codepen link?

It will be much easier to help you if we can see the error messages for ourselves.

Also, make sure to keep the test suite in your code.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.