RT# 38517 - added auto create of customer contact, if requestor is not a contact...
[freeside.git] / httemplate / elements / hidden.html
1 <INPUT TYPE  = "hidden"
2        NAME  = "<% $opt{field} %>"
3        ID    = "<% $opt{field} %>"
4        VALUE = "<% $opt{curr_value} || $opt{value} |h %>"
5 >
6
7 <%init>
8
9 my %opt = @_;
10
11 </%init>