forms – How to access the fields in WPForms custom action?
Question
I have a form with one text field Phone Number.
I want to perform a custom action with this field. How do I access the submitted field in this code?
function wpf_custom_form_action( $action, $form_data) {
if ( $form_data[ 'id' ] == '16
0
2 hours
0 Answers
0 views