mounirammi
Datetime field form validation in a wizard
Hi
Newebie question here :
I'm using always on my forms the ->after() method to validate the datetime , but i came accros with a situation where the 2 datetiome fields are in a separate step on the wizard, and the ->after('...') is not working in this case.
Is there something I can do to validate all the fields through the whole wizard ?
4 replies
Import CSV inside a resource page to save exported data to a relationship table.
Hello there.
I have an order resource page, and a repeater inside of it to add products to the order page, so Order has Many Product Items, and order items belongs to an Order.
I have orders whith more than 200 items, and it's pretty much stressfull to add them one by one using the repeater. So importing a CSV will be a very good option to have in my workflow.
Is this posible with the built in importing feature in filament 3 ?
Thank you
2 replies