If you are purely trying to get a FormName into a field on the page, you can probably more easily do a "SQL" driven drop down:
Select FormName, FormDisplayName from CMS_Form
Otherwise your forms are found in the macro
{% SiteObjects.Forms |(identity)GlobalAdministrator%}