Hi
I am very new in php and silver strip cms.Actually i want to add a contact us form in a seperate link.How can i do that.Please give me process to create a menu a give on contact us form link.
Thanks in advance
Ranjit
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
Hi
I am very new in php and silver strip cms.Actually i want to add a contact us form in a seperate link.How can i do that.Please give me process to create a menu a give on contact us form link.
Thanks in advance
Ranjit
You can make forms using a couple methods. If you want to make / edit the form using the CMS then download the UserForms module - http://silverstripe.org/user-forms-module/TrunkDownload/generate. This gives you the ability to make basic forms via a drag and drop interface.
The other method (if UserForms doesn't provide the level of functionality) is to make the form using the PHP framework. For this you would want to read the tutorials http://doc.silverstripe.org/doku.php?id=tutorial:3-forms. SSBits has a simple contact form example - http://www.ssbits.com/creating-a-simple-contact-form/
I am trying to install these forms and are currently have no luck at all. The version that I am using is 2.3.3, is there a form for this version that I can easily use. I can not get the one mention here to work, or I am really doing it wrong.