You can place components via Components Anywhere by using plugin style tags right into your WYSIWYG editor.

The syntax is very simple. You use a {component} tag and specify the (relative) URL of the component you want to show:

{component url="url-of-the-component"}

Let's say you have a form component with this url: https://www.yoursite.com/index.php?option=com_myform&formid=3

To display the form in a module, simply create a new "Custom HTML" module and place this tag in the content editor:

{component url="index.php?option=com_myform&formid=3"}

Note: You may also use SEF URLs inside the {component} tag, but we strongly recommend you use non-SEF URLs when possible (see instructions below).