Quote:
Originally Posted by deverill2010
I want the actual form which users fill out and submit their applications in the cms, I've tried using a inline frame with the direct form URL but like the other mod it shows the whole website with the form and not just the pplication form it's self.
|
To do this, you need to edit template:
advapp_application
You need to remove from it:
HTML Code:
{vb:raw header}
{vb:raw navbar}
{vb:raw footer}
After that you'll have much better looking iframe page of your applications inside CMS.
But mind you that you'll loose all navigation elements. Use this only if you want people to fill applications only inside CMS iframe.