As you explained in customization guide, I modified upload path but I was wondering if I can add month and day variables. I am trying to create path like “artists/{month}/{day}/user-email”
Thank you
function mytheme_override_upload_path($path, $element) { $submittedEmailAddress = $element->getForm()->getValue('iphorm_1_1');