Hi there,
I would like to define automatically the title of a photo album by entering the category and a date field. For instance, there would be a category selection field and a date selection field.
If I put the category "Paris" and if I choose the date "11/07/2020", the title of the album will be "Paris 11/07/2020".
I tried something in the /plugins/jsn/socialnetwork/app/View/Albums/ajax_create.ctp file :
It works a little bit but instead of the title of the category (so in my example "Paris", it put the ID of the category. Moreover, the date is in the YYYY-MM-DD format and I would like to have it in the dd/mm/yyyy format. Also, is it possible to had a character beatween the two variables, as a simple " - " to set the title of the album as "Paris - 11/07/2020".
Thanks so much in advance for your help !
Kind regards,
Yann