1. Home
  2. Zigaform – WordPress Form Builder
  3. Installation
  4. Via WordPress Panel

Via WordPress Panel

  1. Unzip the file you downloaded from codecanyon. then you will see the next files (documentation and zigaform-wp-form-builder.zip)
  2. Logging into wordpress, go to Plugins menu on sidebar and press “Add new” button 
  3. Then press “upload plugin” option:
  4. Select the zip file, and press “open”:
  5. and press “install now” button:
  6.  then after finishing the installation, you will see the message to activate the plugin:
  7. After activating the plugin, you will see the message “plugin activated”, and the zigaform menu will appear on the sidebar:
  8. that’s all.
  9. NOTE: this zip file is a large file. Most hostings will fail at uploading because there is not enough memory. All you need to do is create a php.ini file and upload it into your /wp-admin folder. Then add the following:
    memory_limit = 32M
    upload_max_filesize = 32M
    post_max_size = 32M
    file_uploads = On