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?
1 Reply
Solution
Use the getting closure? fn($get) => $get('my_field') ?