orangecat/registeruploadfile

There is no license information available for the latest version (1.0.0) of this package.

Add file upload field to user registration form

1.0.0 2020-07-05 22:12 UTC

This package is auto-updated.

Last update: 2024-05-06 06:36:06 UTC


README

This module allows you to attach a file to the registration form.

From the backend you can enable the option so that the user can change the file from their account.

This module has been developed for Magento +2.3.3

Installation

The extension can be installed via composer. To proceed, run these commands in your terminal:

cd /to/root/magento/install
composer require orangecat/registeruploadfile
php bin/magento module:enable Orangecat_RegisterUploadFile
php bin/magento setup:upgrade

If you need to use it in production mode, these commands will also be necessary:

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Screenshot

ScreenShot

ScreenShot

ScreenShot

ScreenShot