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.

Archive /

Our old forums are still available as a read-only archive.

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

form style


Go to End


1932 Views

Avatar
quicked

Community Member, 32 Posts

3 March 2008 at 6:10pm

SS generates certain HTML when creating a form. Is it possible to affect what is generated? Where can I find some documentation on that?

The specific problem I had was trying align a submit button horizontally with a select dropdown. The problem was that there was a <div> around the submit and so it wants to go under the dropdown. I solved it for now with relative positioning, but I would still like to be able to manipulate the generated HTML.

Thanks

Quicked