Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

<html>

<body>

<p>(2) What method did you use to contact customer service?</p><br>

<input type="radio" id="landline" value="landline" >

<label for="landline">Landline</label>

<input type="radio" id="cellphone" value="cellphone" >

<label for="cellphone">Cellphone</label>

<input type="radio" id="mail" value="mail" >

<label for="mail">Mail</label>

<input type="radio" id="e-mail" value="email" >

<label for="e-mail">E-mail</label>

<input type="radio" id="fax" value="fax" >

<label for="fax">Fax</label>

<input type="radio" id="other" value="other" >

<label for="other">Other</label>

<textarea name="feedback" rows="2" cols="40"></textarea>

</body>

</html>

You might also like