field matching: name VS id
Hello
Day <select id="profile_field_4_-12_2" name="profile_field_4_-12[]">
Month <select id="profile_field_4_-12_1" name="profile_field_4_-12[]">
Year <input id="profile_field_4_-12_0" name="profile_field_4_-12[]">
As you see in that case, NAME are the same, ONLY ID change....
So, how to match based on ID ?
Comments
hmm strange form. The [] indicates a multi select variable/array. I have hoever no idea how a browser would interpret this. Guess you have to use
add fixed data=profile_field_4_-12[]=....