I basically have a multi-page form and I believe using
withForm
withForm
would be a perfect addition for this feature. I'm looking to maintain one form with specific validators for each page. One page might build upon data from another.
E.g. page 1 should validate title and list of friends E.g. page 2 should validate each friend has a correct phone number
Is this possible with sub-forms? Or should I look into something different?