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

problem in positioning forms inside $content


Go to End


1017 Views

Avatar
bebabeba

Community Member, 193 Posts

11 November 2008 at 4:11am

Hi!
my problem is this: I have 3 group of form, space out by text (I use a div). I must put this inside $content.
So I use 3 function funtion_a(), funtion_b(), funtion_c() everyone for a group of form, and I call this function $funtion_a(), $funtion_b(), $funtion_c() after $content. Only function_c() holds submit button. My problem is that when a user pushes submit all date memorize in the 3 group of form must be send, but I can't use 3 submit button. If I use only one function I can't separate the 3 gruop of form by text. so what I can do to separate 3 groups of form by text using only 1 submit button?