Jump to content

Add Image in Form


ChOmar

Recommended Posts


the form in photo 1
 

I want it to be like photo 2

 

I work in this code right now

 

$format['sellerImage'] = (new FormField())
            ->setName('sellerImage')
            ->settype('file')
            ->setLabel(
                $this->translator->trans(
                    'photo or logo', [], 'Shop.Forms.Labels'
                )
            )
         ->setRequired(true)
        ;

 

Personal information.jpg

Personal information1.jpg

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...