Page 1 of 1

Passing Date Values to Forms

Posted: Fri May 06, 2022 2:12 pm
by janvl
Hi,

have a Form filled in with some (basic) questions based on which the next form is presented.

i have managed to pass "Default Values" to forms with something like {FormBuilder form='myform' value_fld23=$fld_110}

My Question:
one of the fields is a date-field, can one pass this value es well?

If it is possible what should i do?

Just "value_fld23=$fld_110" does not work for a datefield

If it is not possible then please confirm, then i will arrange another solution to pass the information through a hidden fild or so.

Regards,
Jan

Re: Passing Date Values to Forms

Posted: Thu May 12, 2022 10:19 pm
by janvl
Hi,

Not only date-fields but also radiobutton-groups seem not to be transferable.

Can one only transfer textfields?

I now put another field in to "catch" the transferred textstring.

Regards,
Jan