Hi @bertelu
I hope you’re well today!
Datepicker field can be set to default value of “today” easily by simply setting “Default date” option in field’s “Settings” tab to “Today”.
However, if you have that field set to be hidden via the field visibility conditions, such field will not be included in submission. Hiding field this way is meant to actually remove it form form/submission – to let you built more “dynamic” forms.
So if you want that field to be hidden but actually submitted, you would need to remove visibility rule from it and instead hide it with CSS.
As for “extracting year”, I’m not quite sure if I correctly understand. Do you mean that in one datepicker user sets the date and that year from that datepicker is copied to some other field?
If yes – what kind of field: another datepicker or a text field? Could you explain the case a bit more, please?
Best regards,
Adam