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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Building a form + export data


Go to End


2 Posts   797 Views

Avatar
pawciak

Community Member, 1 Post

14 August 2015 at 2:09am

Hi!

I'm quite new to the world of silverstripe CMS. What I need to do is to create a tiny, 3 max pages website. In one of them there should be a form with following fields:
- name,
- surname,
- email,
- contest answer
- data processing checkbox

how can I create it? One thing is important - i need a possibility of exporing all inputs to an excel file (xls would be great). Any ideas?

thanks!

Avatar
helenclarko

Community Member, 166 Posts

14 August 2015 at 11:28am

Hi Pawciak,

Take a look at the userforms module, this will help to create the form you require.
You can then have the information emailed out to your email address.
Unfortunately you will need to look into exporting to excel.

https://github.com/silverstripe/silverstripe-userforms

-helenclarko