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

Form Problem


Go to End


1077 Views

Avatar
Rufox

Community Member, 1 Post

14 April 2011 at 10:33pm

Hi,

I have inherited the development of a site which has a form with dropdowns on it that when submitted "should" load up a page on the site with a iframe in it and pass the results from the form as variables in the iframe to load up external content on the site.

Issues : the form resides in the .ss file and doesnt use any of the emmbedded form functionality. Are we able to pass the vars from the form as simple get/post vars in to the recieving url set within the form and then pass them to the IFRAME.

Thanks for any help in advance.