Hi All, i'm a complete noob to SilverStrip and can't figure this out.
So I have installed the latest version of the CMS & Framework v3.1.6, I installed userforms and did the who;e rebuild your database through dev/build thing and everything seemed fine. I create a new page and select the pagetype 'User Defined Form' and click the create button. when I go to edit the page I get 4 tabs Content - Form - Configuration - Submissions, on the content page there is just $UserDefinedForm in the text editor, next I click the Form tab to setup the fields but there is nothing there, just a blank grey page..... Any ideas? Please and Thank you
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hey Megajax,
Sounds like you need to flush: http://mysite.com?flush. A dev/build doesn’t clear the template cache like a flush does :)
Thank You