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

Ajax json issue with Silverstripe. need some suggestions


Go to End


1523 Views

Avatar
SSadmin

Community Member, 90 Posts

1 July 2010 at 5:14pm

Hey, guys

i am gonna create a contact-form using smart-wizard(Jquery plugin), met some problem here.
My idea is the smart-wizard will be seperated into three steps for compeleting enqire.
1.Dropdown box on step one for choose what product to enquire.
2.Some sepecified the questions on stage 2 requires user to fill in. - (i can do a form here)
3.personal information gatherring (another form?!)

Since everything was under one page, that was the problem came from. and seems the smart-wizard dont allow put everything in one form and layout them seperatelly.

IS it possible to save those from fields information into a json object and once the user click on the submit button, it will send the json object all togther from (both two forms) to php file and processing them.
If it was possible how could the frontend and backend cooperate?!

Regards,
Alex