Hi
I've one date field called DateActivity, a dropdown text named Activity and 4 others date fields with hours.
When the user set a date in date Activiy, I want to set the same date in the other fields if value of dropdown is "BLOC".
I thought something like, onChange in DateActivity:
if(Activity.value="BLOC";Date1.value=DateActivity.value;"")
But this is not working, and how set the same value in Date2, Date3, and Date4 ?
Thanks