Contact domain that has a create/patch endpointContactFormFields that can be used in both the create and patch contexts. I can check in runtime if we are doing a create or patch and render conditionallyform to ContactFormFields (this is for <ContactFormFields type="patch" form={form} />)ContactFormFields