Would recognize assistance on a design technique.
On a type I’ve an auto full textual content subject that I want to populate with two separate values primarily based on a radio button choice.
At the moment Drupal Developer first radio button is loaded through an ajax name on load through hook_menu.
perform hook_menu() { $objects = array(); $objects['module/state_autocomplete'] = array( 'web page callback' => 'state_autocomplete', 'entry arguments' => array('create states'), 'kind' => MENU_CALLBACK,);
Can I connect an ajax name to an on change occasion that can reload Drupal Developer textual content subject with out reloading Drupal Developer web page?