Hi, I want to remove a text element from my form. In the template I do:
[% txt = form.get_field('field1) %]
[% txt.label %] # shows its label, ok
[% form.remove_element(txt) %] # shows undef error - element not found
What's the right syntax?
Thanks.
--
Radek
_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
