Jump to content

Set accept attribute at CustomerFormatter


Shara_AC

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...