This topic is: not resolved
-
This must be related to your latest release (2.2.29). The main script is registered but never queued, so no form submissions occur — nothing happens.
To fix this, I added the following on dhvc-form.php line 346:
wp_enqueue_script(‘dhvc-form’);