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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

Non-developer questions - where can I post these?


Go to End


3 Posts   1560 Views

Avatar
Mare

Community Member, 2 Posts

17 February 2012 at 12:39pm

Hi there, I am a new user to Silverstripe and have questions about forms. I am not a coder, and am using the front end interface. My question is, am I correct in assuming Silverstripe 2.4.0 does not allow you to embed forms? Everytime I paste the code, it disappears when I go back to it in the html section. Is this in the next version or upgrade?

Thanks! M

Avatar
martimiz

Forum Moderator, 1391 Posts

18 February 2012 at 9:20am

Hi Mare, welcome to the forums,

Do you mean pasting the form HTML into the (TinyMCE) editor? If so, no that won't work in SilverStripe - and I'm almost certain there are no plans to implement that in later releases..

Avatar
Plato Creative

Community Member, 26 Posts

23 February 2012 at 12:12pm

You can paste html using the html button located on the editor's toolbar.
However the editor cleans out tags that it doesn't like (read: are disabled in the configuration), eg. script tags & forms.

Install the UserForms module to be able to create your own basic forms.
However if you're wanting something more advanced, you're either going to have to code, or find someone who can.