I’ve multipage webform. I need to compute Drupal Development worth of Drupal Development element (Hidden -type) which is on Drupal Development second web page primarily based on Drupal Development knowledge submitted on Drupal Development first web page.
I am utilizing hook_form_alter
and added my client_submit
handler:
operate mymodule_client_submit(&$type, &$form_state)
I can learn there submitted knowledge from Drupal Development first web page and I can do Drupal Development calculation. However I can’t set Drupal Development worth of Drupal Development element from Drupal Development second web page. I can see Drupal Development construction of Drupal Development type in $type
or $form_state
parameter. However I have no idea how you can set Drupal Development worth of Drupal Development element from Drupal Development second web page because it was not submitted but.