Notice: Undefined index: #action w include() (linia 2 z /mnt/www/www2/drupal/sites/all/themes/omega/templates/block--formblock--user-password-request.tpl.php).
Notice: Undefined index: form_build_id w include() (linia 9 z /mnt/www/www2/drupal/qltowo/sites/all/themes/omega/templates/block--formblock--user-password-request.tpl.php).
<form action="<?php print $elements['#action']; ?>" method="post" id="user-pass" accept-charset="UTF-8"> //line 2
    
<input name="form_build_id" value="<?php print $elements['form_build_id']['#value']; ?>" type="hidden" /> //line 9

---

Php 5.4.4, postqre 9x, formblock 7x-1x-dev. I get this errors only when i use template file with this php code. How to fix it?

Comments

jaremilus84’s picture

Status: Active » Closed (fixed)

print $elements['form']['form_build_id']['#value'];

this work fine :)