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

question about submit work


Go to End


2 Posts   1238 Views

Avatar
ojalà

Community Member, 87 Posts

18 October 2008 at 5:31am

Hi!
I follow guide to create text field. How can work submit?
If I create 3 function, everyone for a text feald, and only the last with submit button, when I send data to database all tht data in the 3 form are send?or only last?I want to send the data in the 3 form togheter to database. The problem is that I want see textfead in the same line but default they are one under each other and ?'m unable to modify form.css

Avatar
Willr

Forum Moderator, 5523 Posts

19 October 2008 at 3:47pm

The correct way would be to use just 1 function then use CSS to format the fields to align them next to one another. Why are you unable to modify form.css? it should be part of your theme and therefore easy enough to manipulate