pass a field from formbuilder to a udt
Posted: Sun Feb 13, 2022 2:40 pm
Hi,
I have been trying to pass the value from a Formbuilder form inside a udt.
Like:
in the form i have a field - $fld60
I tried to pass this value as a parameter for UDT {convfdf2} like
{convfdf2 filename=$fld_60}
in the UDT
$filename = isset($params['filename']);
if i echo $filename i get a value of 1
I did read the manual on the webpage, searched in internet but i cannot find an answer.
I have "chained" forms from formbuiler where one can pass fieldvalues to a new form called in the confirmation, teh values get passed to the next form but i needed the value in the udt.
Regards,
Jan
I have been trying to pass the value from a Formbuilder form inside a udt.
Like:
in the form i have a field - $fld60
I tried to pass this value as a parameter for UDT {convfdf2} like
{convfdf2 filename=$fld_60}
in the UDT
$filename = isset($params['filename']);
if i echo $filename i get a value of 1
I did read the manual on the webpage, searched in internet but i cannot find an answer.
I have "chained" forms from formbuiler where one can pass fieldvalues to a new form called in the confirmation, teh values get passed to the next form but i needed the value in the udt.
Regards,
Jan