Customer uploads multiple images but each image is adding 'product' into cart

The customer is allowed to upload 6 images. However, 6 images are equaling the price of 6 products instead of one…

6 images = 1 product which is a total of $23.99

but for some reason it is 6 images = 6 products with a total of $143.94

How do i fix this please? :slightly_smiling_face:

Hi @sarahkimy

Please change the upload image button from type=“submit” to type=“button”