I want to do the same thing. Gravity Forms gives this example
add_filter( 'gform_authorizenet_transaction_pre_capture',
'add_custom_field', 10, 5 );function add_custom_field( $transaction,
$form_data, $config, $form, $entry ) {if ( $form['id'] == 1 )...
I want to do the same thing. Gravity Forms gives this example
add_filter( 'gform_authorizenet_transaction_pre_capture',
'add_custom_field', 10, 5 );function add_custom_field( $transaction,
$form_data, $config, $form, $entry ) {if ( $form['id'] == 1 )...