In my form I have a date field that gets the current date in mm/dd/yyyy format and a field that auto-generates a number.
I want to populate another field in the following format:
yyyy-mm-dd-autogenreate number.
Where the year and month and date are the current dates of the form.
How do I do this? And I am not good at coding so if this is to be achieved through java script then please be as specific as possible.
Thank you