Answer the question
In order to leave comments, you need to log in
How to add metric in Drupal 7?
function hook_form_alter(&$form, $form_state, $form_id) {
if ($form_id == 'webform_client_form_111') {
drupal_set_message('<pre>' . print_r($form,true) . '</pre>');
$form['actions']['submit']['#attributes']['onclick'] = "yaCounter11111111.reachGoal('ORDER')";
}
}
function MYMODULE_form_alter
Answer the question
In order to leave comments, you need to log in
Such an answer would be good, but apparently there are no experts.
function [название вашей темы]_form_[имя вашей формы]_alter(&$form, &$form_state) {
//drupal_set_message('<pre>' . print_r($form,true) . '</pre>');
$form['actions']['submit']['#attributes']['onclick'] = "yaCounter3333333.reachGoal('ORDER')";
$form['actions']['submit']['#attributes']['id'] = "lid1" ;
}
// в вашем случае webform_client_form_111
//имя формы берётся отсюда
<input type="hidden" name="form_id" value="webform_client_form_110">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question