How to redirect after submitting a form

Author Message

Sonia Mahendra

Friday 11 August 2006 2:06:51 am

Hello Everyone,

I've created a form, which collects the information submitted and stores it in folder.
At present, when i click on button submit, it shows me the page to where i submitted my form. What i need to do is to redirect the user to a different page when he hits the submit button.

Can anyone help me?

Thanks in Advance.

Regards,
Sonia.

http://mzbusiness.com

Fabricio Guerrero

Friday 11 August 2006 5:45:52 am

Hi,

This is a good question as I've also wanted to do something similar to this. Upto now if I'm not mistaking ez only lets you redirect after login,logout and adding items to a basket

You can do this either via ini files:
http://ez.no/doc/ez_publish/technical_manual/3_7/reference/configuration_files/site_ini/usersettings/logoutredirect
http://ez.no/doc/ez_publish/technical_manual/3_7/reference/configuration_files/site_ini/shopsettings/redirectafteraddtobasket

or with a hidden field:

<input type="hidden" name="RedirectURI" value="/url/to/redirect" />
(I've used this only in login form)

Never the less I GUESS you can setup a workflow and create an extension that will redirect you...

Regards,
Fabricio

http://www.solobromasychistes.com <<Joomla Site :P
http://www.recipesforhealthyfood.com/ <<Drupal Site :P
http://www.ezforge.com/ <<future ezCommunity, Articles, forums and more...

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.