
Backend/Func/CustFldsAdd.pm - custom fields input boxes
This function returns the HTML input boxes for any Custom Fields for the current forum.
my $html = $self->CustFldsAdd($fid [, $prefix_inputname [, $existingvals_hashref ]]);
Example
my $fid = $self->_param('fid');
$ret .= $self->CustFldsAdd($fid);
|