✒️
Magento 2 Formbuilder
  • Overview
  • Installation
    • Setup Module
  • Config and Usage
    • Module Configuration
    • How To Create A New Form
    • How To Manage Form
    • How To Manage Model
    • How To Manage Blacklist
    • How to use modal dropdown field?
    • How to reply emails in message?
  • How to show form on frontend
  • Rest API
  • Graph Ql
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Installation

Setup Module

At now the module just support setup via FTP and run magento 2 commands

PreviousOverviewNextModule Configuration

Last updated 3 years ago

To install Magento 2 Formbuilder extension, please follow below instructions step by step:

Download new module file on our site https://landofcoder.com and upload right module version for magento 2 version of your site via FTP client (firezilla)

The module require setup , module too.

Run magento 2 commands:

php bin/magento module:enable Lof_Formbuilder

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

Lof All
Lof Setup