I have just tried, but I still do not get the value of the <input type=”submit” name=”test” value=”myvalue”> in $_POST.
add_action('wpcf7_before_send_mail', '_wpcf7_before_send_mail_data', 5);
function _wpcf7_before_send_mail_data($cf7) {
var_dump($_POST); // I get an array of all my fields but not of the submit. Here I need to get "myvalue"...
}
??
This reply was modified 7 years, 4 months ago by Kreeger.
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Button submit with name?’ is closed to new replies.