Simple question, not certain if there is a built-in way to do this.

If for example I'm able to populate my TT template with a formfu
object like this:

[% form %]


Is it possible to access a specific value from that form object from
within TT?  For example:

[% form %]

Username is [% form.Username %] # for example..?

I could just capture the name outside the template in a separate
variable and push that to TT, but just curious if there's already a
way to do with from within the TT template without adding another
element to the TT hashref.

Thanks,
-Bobby

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to