Thanks for this wonderful module!
Is it possible to have a #ajax callback implemented. I have tried the following but the callback is not fired after a select change:
$form['field_my_field']['und']['#ajax'] = array(
'callback' => 'my_ajax_callback',
'wrapper' => 'my-wrapper',
'effect' => 'fade',
);
$form['field_my_field']['#ajax'] = array(
'callback' => 'my_ajax_callback',
'wrapper' => 'my-wrapper',
'effect' => 'fade',
);
Cheers!
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.