0

result entry form

Below is a form that allows me to key in dog show results, it works fine for one dog at a time. There may be many dogs showing in the same class, the first 3 fields are common to all dogs showing in the same class. Having to fill them in for each dog slows down data entry and is a real pain.

Is there a simple way of ensuring that the values selected in the first 3 fields are not reset when I click on "Submit"?

Gary
  • 51
  • 3
  • 2
    Possible duplicate of [How to keep form values after post](https://stackoverflow.com/questions/5198304/how-to-keep-form-values-after-post) – No Name Aug 02 '18 at 14:46
  • Is it an option to use `value='` on the relevant input fields? This would use the value that they put in in the previous form into the current form. – Dirk Scholten Aug 02 '18 at 14:50

0 Answers0