As far as the underscores are concerned,
open root/ext/dmzx/formcreator/event/listener.php
Find and delete 2x this:
Code: Select all
$row['name'] = str_replace(' ', '_', $row['name']);
open root/ext/dmzx/formcreator/event/listener.php
Code: Select all
$row['name'] = str_replace(' ', '_', $row['name']);