Skip to main content

Installation with Composer

danger

You need to have WebForms Pro 3 installed prior to this add-on installation.

Get access to repository

Please use SSH client to connect to your Magento 2 server and navigate to your Magento 2 root directory.

Add our composer repository to your composer.json file with the following command:

composer config repositories.mageme composer https://repo.mageme.com && composer update

Use your personal authorization keys when asked. You can find your keys in your account area Composer Repository section.

Installation

Install the package with commands:

composer require mageme/module-webforms-3-product-options
php bin/magento module:enable MageMe_WebFormsProductOptions
php bin/magento setup:upgrade

Update

Update the package with commands:

composer update
php bin/magento setup:upgrade

Remove

Uninstall the package with command:

composer remove mageme/module-webforms-3-product-options

Sample forms

You can import sample forms using Import Form in the Manage Forms page:

sample-forms.zip