Fetch text editor field from doctype into WEB FORM

Does anyone know of a way to do this?

Usually if I need to pull a field from one doctype to another I add a link field to the target doctype and then a field that matches the source field I want to pull and call the source field in Options.
This method does not work in web forms. The link field does, but the target field will not pull the source.

Maybe I need a custom script on that web form to do this… any ideas on a scripted or non-scripted way to do this would be helpful!

This feature is not supported for webforms yet. As of now you will need to write a custom ajax to pull this data.

Maybe you can add it to the generic web form and send a pull :slight_smile: