Wizard form get other input value field

hi! i've a wizard and in the last step i want to get the value of some input form field that is in the previous steps....how can i get those values?
Solution:
Use the getting closure? fn($get) => $get('my_field') ?
Jump to solution
1 Reply
Solution
toeknee
toeknee7mo ago
Use the getting closure? fn($get) => $get('my_field') ?