Currently I have a Date/Time Field that has a FormCalc script under the
calculate section, that is "Concat(Num2Date(Date(), "MM/DD/YYYY"))",
which works great at pulling the current date into my form. My problem
is that my users need to be able to type in or select a different date
from the calendar, which they currently can do, but the selected/typed
date will not stay in the field because it's overwritten by the current
day. Anyone have suggestions? Thanks.