Drag & Drop Form Generator for Datalife Engine
-
copy contents of uploads folder to your hosting root folder.
-
rename theme_name folder inside templates as your current dle theme.
-
go to DLE admin panel and navigate to plugins section.
-
import jform-form-generator.xml into your plugins.
-
open
.htaccess
in your website rootfind
RewriteEngine On
and add following code after it
RewriteRule ^jform/([0-9]+)-(.*).html$ index.php?do=jform&formid=$1 [L]
-
enjoy using the plugin!