Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

post data to another page contact form 7

add_filter('wpcf7_form_action_url', 'wpcf7_custom_form_action_url');
function wpcf7_custom_form_action_url(){
    return 'www.myposthandler.com';
}
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #post #data #page #contact #form
ADD COMMENT
Topic
Name
7+2 =