I have a post php form and a set of inputs:
Every input looks the same, only the names change
This is How I solved this issue in my problem which I believe is similar, when $_POST is read the value is populated from the $_POST value else sets a default of Mike
value="" >
Hope this helps someone oneday