Hi!
We've got a rather large database app that we're re-creating online. To do most of the legwork, we're using Runner to create our forms, but I've run into a small problem.
One of our fields is for the user's date of birth. To ensure the date format is the same for each record, I decided to use the drop down list with date picker in MM DD YYYY format. However, there's a small problem...the select list that gives you the date range goes from 1953 to 2053. (I'm assuming most of our users are not going to be born in the future, and quite a few of them might actually be born before 1953...)
I spent about half an hour digging through code last night looking for either logic or (mostly) HTML for the drop down box so I could change the values given. I didn't have any luck. I'm assuming there's logic built somewhere in one of the files that tells the list to give the user a choice of a 100 years, 50 in the past, 50 in the future.
My question is can I change this? If so, where should I look?
Any help you can provide me with would be greatly appreciated. Thanks,
Becca