I've made a subscription form with a category dropdown select field. The text value of the selected option has to display 4 times in the form. It's 1 form.
<select name="catid" onchange="copy()" id="catid" class="inputbox required">
<option value="" >Selecteer Categorie </option>
<option value="62" >Huurwoning</option>
<option value="58" >Kamerhuur</option>
<option text="kamerhuur" value="59" >Parkeren</option>
<option value="60" >Vakantiewoning</option>
<option value="61" >Bedrijfsruimte</option>
</select>
Do you have suggestions?