Skip to main content

Installation

Installation steps

info

Make sure app/code folder is writeable.

  1. Copy app folder from the zip archive to your Magento directory so that it merges with app folder of your site.

  2. Execute commands:

php bin/magento module:enable VladimirPopov_WebForms
php bin/magento setup:upgrade
  1. Optional. Required one time only. Install mPDF library to enable result printing. Execute command:
composer require mpdf/mpdf
  1. Logout and login back to get access to Web-forms > Settings page.

  2. Go to Forms Settings page and enter your license number in License # field.

Varnish Cache

If you have Varnish Cache server installed, please add /webforms* to cache path URL exclusions.

Update

  1. Get the latest version files from your account area My Downloadable Products section.

  2. Copy contents of the zip archive to your Magento directory so that the app folder is merged with the _app_h folder of your site.

  3. Execute console command:

php bin/magento setup:upgrade