Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

drop down list with if yes please specify option

$
0
0

How do I allow the user to specify what data they want backed up if they select yes in the drop down list below.

 

Data Recovery Required?: <select name="dataRecYN" id="DataRec">
 <option>Please Select</option>
 <option value="J_DataRecY">Yes</option>
 <option value="J_DataRecN">No</option>
</select>

 

Thanks


Viewing all articles
Browse latest Browse all 13200

Trending Articles