Tagged: CONTACT FORM
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?
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>';
Awesome, thanks!