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

DropDownFields


Go to End


2 Posts   1389 Views

Avatar
r0ar

Community Member, 13 Posts

25 August 2008 at 9:17pm

Edited: 25/08/2008 9:23pm

I have a form with a drop down field.
I get the submitted value from the form, how do I access the drop down field value?

Thanks!

----------------------------------

Nevermind, sorted it out, wasnt setup properly...

Thanks anyway.

Avatar
grilldan

Community Member, 135 Posts

26 August 2008 at 8:03am

Was the drop down field made with the SilverStripe Form? or was it something you coded yourself?

If it was the SS Form, then you can go to the SS admin, click the page where the form is, click the "Submissions" tab. Also, if you go to the "Form" tab, you should be able to enter an email for the submissions to also be sent to.

If you coded the form yourself, you might need to change how the value is being sent. If you are sending it in an email, or posting it to a file, or some other method. Check to make sure that the value is correctly being pulled when the form is submitted. Then check to see what happens to the value after its pulled.

I can help you more with this if you need "Exact" help.