Hi guys. Using Simpilot’s version 5.5.2, I added a drop down box in my registration form and have 3 choices in there to make. I logged out of the site and went and looked and the drop down works like a charm. The issue is when a candidate makes a selection via drop down and submits, it reverts back to choice number 1.
What do you mean it revents back? Does it happens when the user is returned to the registration form due to any issue or you refer to the data posted in the database?
Yes it is a custom filed that you can create in the admin panel.
What I mean by reverts back is, The drop down has 3 choices
Pilot
ATC
Both
So If I register I choose ATC and fill out rest of registration and submit, bingo bango its done. I get a welcome email but I have to wait for admin. Ok on track so far.
Now when an admin goes to that pilot in the admin panel and looks, it shows he or she always chooses the first option. I had 4 people test this for me 3 indifferent countries on different PC’s obviously. And I explicitly made them understand to NOT choose the option number 1 Pilot. Also I chose it to NOT show the custom field in the profile and guess what shows up in their profile? Yep! A nice drop down box with 3 choices in it that means absolutely nothing. lol
I think I will just do away with the drop down as the guy that owns the site decided to go another route with this. BUT curious why this is happening.
The value of the custom field somehow doesn’t get passed to the function and since the function is written to choose default value(1.Pilot) in case it gets empty value from the field, the from will be processed with default value.