no its a developement problem, i have problem with the form of customerForm in (customerFormatter.php) while i add some new input like file type like this
$format['file'] = (new FormField)
->setName('file')
->setType('file')
->setLabel(
$this->translator->trans(
'file', [], 'Shop.Forms.Labels'
)
)
->setRequired(true)
;
in this case how can i get name of this file(pb: cant save name in database of file variable) to used next to download this file in dashboard (backoffice - AdminCustomer) because i do it with PS1.6 but in PS1.7 cant find a way
i try to do like that for file type but isnt work -> http://prestacraft.com/adding-new-fields-to-the-registration-form-in-prestashop-1-7/