But in the front-end form, whenever user selects a value from the drop-down list, only the top most value which is assigned to 'Manual' is reflecting as the selected value in the back-end.
Example ( as per the screenshot)
if the user selects 'PayNow' option while filling the form and clicks submit, the backend (after registration) shows that the user selected 'Mail in cheque'.
If we try to re-arrange the order then again it takes the top most value only.
Please help to solve this ASAP.