Answered
Here is the code I am in FormCalc, using for my date field to autopopulate with today's date.
$.rawValue = Concat(Num2Date(Date(), "YYYY-MM-DD"))
However, if someone is using this form today but sending it tomorrow, I want them to be able to change the date. Then if they happen to open it two days later, I want it to keep the date they entered, but still be able to change if they choose to change it.
The excuse I got was sometimes people forget what today's date is. Even though the box would have a drop down with today's date SELECTED, they would still like it autopopulated.
and then if someone wants to edit it after opening the form, they can do that as well.
~~ S I D ~~