Shara_AC Posted November 15, 2019 Share Posted November 15, 2019 CustomerFormatter.php if ($this->ask_for_image_upload) { $format['image'] = (new FormField()) ->setName('image') ->setType('file') ->setAccept('image/*') ->setLabel( $this->translator->trans( 'Upload foto toko', [], 'Shop.Forms.Labels' ) ) ->setRequired(false) ; } this my code, i have problem for extra attribute accept="image/*" in form register, please help me Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now