Is it possible to create a Web Form using fields from two different DocTypes?

Hey everyone,

I have a scenario where I need to create 2 DocTypes in a single form. For example, I have a User DocType and an Address DocType, and I need to capture fields from both in one form to create both records simultaneously.

Is this possible?

It’s not possible. You can only use one form at a time for one doctype. Otherwise, you would need to create a common doctype and use that as a web form.

1 Like

Thank you for your help ^^