Viewing 3 replies - 1 through 3 (of 3 total)
  • This worked for me too, however the plugin definately needs a fix for the latest wordpress versions. Also I get an error when trying to go to the submissions page.

    Thread Starter lucianopulvirenti

    (@lucianopulvirenti)

    Change line 583 of file action-hook.php from
    ‘public’ => false,
    to
    ‘public’ => true,

    Another problem is if the name of the form fields contain single quote.
    This generate error in the submission page.

    Thread Starter lucianopulvirenti

    (@lucianopulvirenti)

    Change line 91 of file contactform-js-submissions.php
    to
    var listForm = $.parseJSON(\” . str_replace(“‘”,”\'”,json_encode( $listForm )) . ‘\’);
    Resolve single quote confict.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Solution for edit form action’ is closed to new replies.