How can I take the user-selected value in one form field for use in another field?
I would like to make the default() method dynamic by inserting a specific value based on the user's choice in the fk_servizio field, below is the code
6 Replies
this is exactly what i was looking for, now how could I set the value automatically? I saw that there is no value method
You have to understand what is the code doing and adjust accordingly. I’m just showing you how to get the value from another field and reactive field
Maybe you should try $set
of course, I also looked at the documentation only that in v.2.x I can't find anything that says how to set the value field of the form
oh in the advanced section, alright thank you. I made it