Answer the question
In order to leave comments, you need to log in
How to get webform values?
Hello, please tell me, I add my handler to the webform, and how can I get the value of the webform fields in the handler now? Just after clicking on the submit button, you need to get some field values
function test_modul_form_webform_client_form_7_alter(&$form, &$form_state) {
$form['#submit'][] = 'dbsubmit';
}
function dbsubmit() {
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question