UNBRANDED MANCHESTER_

CF7 - Change Form Action

add_filter('wpcf7_form_action_url', 'wpcf7_custom_form_action_url');
function wpcf7_custom_form_action_url($url){
  return 'http://YOUR URL HERE;
}

Back to Digital Guides