steps

Form in two steps

  1. //Form 1 (a page)
  2.  
  3. <?php
  4. function oferta_mes_form()
  5. {
  6.  $form['#action'] = url('node/5'); //Importante, redirije con $_POST al siguiente form
  7.  $form['fprecio'] = array(
Syndicate content