Hello everyone,
I’m facing a challenge while building a booking form for a cleaning service. The form involves three steps:
- Selecting Booking Items: The user chooses the cleaning services they need.
- Selecting a Cleaner: The user selects a specific cleaner for the service.
- Payment: The user completes the payment for the booking.
The issue I’m encountering is with the second step – saving the selected cleaner to the booking. I’ve tried creating a custom state to handle this, but it hasn’t been successful. This is the last part I need to resolve before I can publish my app.