skip to Main Content

Html – How to Use same Element over and over again

I have got an HTML Form in which there is a drop down list: <select id="DWl1"> <option value="">Please Select</option> <option value="C2C">C2C</option> <option value="Advance Search">Advance Search</option> <option value="EIV">EIV</option> <option value="EWS">EWS</option> <option value="PSU">PSU</option> </select> I have got to use the same drop…

VIEW QUESTION

Stop PHP from clearing a form

I have 2 questions: How do you stop a PHP script from erasing the form fields when you do the submit? I've searched many posts here, most regarding JS which I'm not using. I've tried auto-complete="new-password" but that didn't appear…

VIEW QUESTION
Back To Top
Search