0

I have this:

<div class="clear"></div>
<div style="min-height: 300px;" class="custom-order-form">
    <p class="fieldset-title">Preenche!</p>

    <div class="form_fields">
        <label for="weight">Peso (KG)</label>
        <label for="level" style="padding-left:30px">Nível de Surf</label>

        <br />
        <input type="text" name="weight" id="weight">
        <select name="level" id="level">
                <option value="+10">Iniciado</option>
                <option value="0">Intermedio</option>
                <option value="-6">Avançado</option>
            </select>
    </div>

And now i need ti text the "level" final value, how i can do that? Thanks

Rajdeep Paul
  • 16,887
  • 3
  • 18
  • 37
Gonçalo Loureiro
  • 349
  • 1
  • 3
  • 9
  • 2
    Why *php* tag? Neither the code nor the question is related to PHP. – Rajdeep Paul Jul 02 '17 at 10:52
  • 1
    https://stackoverflow.com/questions/1085801/get-selected-value-in-dropdown-list-using-javascript – yuriy636 Jul 02 '17 at 11:07
  • 1
    Possible duplicate of [Get selected value in dropdown list using JavaScript?](https://stackoverflow.com/questions/1085801/get-selected-value-in-dropdown-list-using-javascript) – Alexander Jul 02 '17 at 16:06

0 Answers0