Find Jobs
Hire Freelancers

Drupal Form AJAX

$30-250 USD

Completato
Pubblicato più di 10 anni fa

$30-250 USD

Pagato al completamento
Hi, I have created a simple webform which have two select fields. I want that when user select first select option then second select box is updated with values relevant to selected option. I have created a custom form and tried using form AJAX property. This work fine but the only issue is that when I change any value then it still sends a default value rather than selected value. I think the problem is with form_state but I could be wrong. function apply_now_form_webform_client_form_69_alter(&$form, &$form_state) { $options = _apply_now_get_car_makes_dropdown_options(); $selected = isset($form_state['values']['car_make']) ? $form_state['values']['car_make'] : key($options); $form['submitted']['car_make']['#options'] = $options; $form['submitted']['car_make']['#default_value'] = $selected; $form['#submit'][] = 'your_submit_handler'; $form['submitted']['car_make']['#ajax'] = array( 'callback' => 'apply_now_dependent_dropdown_callback', 'wrapper' => 'dropdown-second-replace', 'method' => 'replace' ); $form['submitted']['car_model']['#prefix'] = '<div id="dropdown-second-replace">'; $form['submitted']['car_model']['#suffix'] = '</div>'; $form['submitted']['car_model']['#options'] = _apply_now_get_car_model_dropdown_options($selected); $form['submitted']['car_model']['#default_value'] = isset($form_state['values']['car_make']) ? $form_state['values']['car_make'] : ''; } In the second last line in code, you will n otice that $selected is passed but this is always the first value in $options rather than what user selected. Thanks
Rif. progetto: 5149898

Info sul progetto

1 proposta
Progetto a distanza
Attivo 10 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
Assegnato a:
Avatar dell'utente
I can fix it. I ready begin now. ======================================================================================================================================================
$34 USD in 0 giorno
4,8 (153 valutazioni)
6,8
6,8

Info sul cliente

Bandiera: UNITED KINGDOM
Leeds, United Kingdom
4,9
210
Metodo di pagamento verificato
Membro dal ago 19, 2009

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.