Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28553

    I need to change the contact form post method to submit the form to my marketing automation system.

    Where can I change the post method for the built in form?

    #137916

    You can change it in wp-contentthemesenfoldframeworkphpclass-form-generator.php – search for

    $this->output  = '<form action="'.$params['action'].'" method="post" class="ajax_form '.$extraClass.'" data-avia-form-id="'.$this->formID.'"><fieldset>';

    #137917

    Awesome, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Post Method’ is closed to new replies.