Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

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.

Form Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SS3 Customizing Form Templates


Go to End


2 Posts   1117 Views

Avatar
zenmonkey

Community Member, 545 Posts

27 July 2012 at 1:35am

Just wondering how to customize form templates in SS3, the old $dataFieldByName() doesn't work

Avatar
okotoker

Community Member, 50 Posts

27 September 2012 at 6:34am

I am wondering this too. dataFieldByName does work if you don't have the site in dev mode. I have gone through the API's and tried all kinds of things. I thought $Field(FieldName) or $FieldByName(FieldName) would work but neither did among a few other things I gave a try. The only thing I can get to work is dataFieldByName. So I just test my forms without dev mode.