UserDefinedForms Not showing in template

Version 4.4

I have my site in development and have now installed userforms which works in the backend but not show on the front end. How do I debug have tried putting $UserDefinedForm in content, directly in the template Layout/page.ss creating its own UserDefinedForm.ss. Have used $Form also. And non of these are showing the form. No sure if I need to add anything to the _config. How do I get the form to show.

Steve

for those who have this problem it was because I loaded elemental blocks and content was over written by the elemental system and therefore when added userdefinedform to elemental it did not display. There is a block for this in elemental but did not feel I needed blocks on this site so I removed elemental and got back my userforms.