That redirect is just for notification, or redirect to custom page, i meant to submit form contents to my custom php code.? correct me if i am wrong.
On Wed, Sep 14, 2011 at 7:04 PM, Franz Glauber <[email protected]>wrote: > AFAIK, Webform module allows you to set a custom redirect. > > > On Wed, Sep 14, 2011 at 8:50 AM, Rohit Sharma <[email protected]>wrote: > >> So i am proceeding this way. >> >> 1. Create custom module. >> 2. Add custom form ( can we integrate available webform) ? >> 3. Implement hook in mymodule.module file (hook_form_alter) >> >> >> >> >> On Wed, Sep 14, 2011 at 5:09 PM, Paolo Mainardi >> <[email protected]>wrote: >> >>> You have to create a new module, http://drupal.org/project/examples >>> >>> On Wed, Sep 14, 2011 at 1:22 PM, Rohit Sharma <[email protected]> >>> wrote: >>> > Hi, >>> > >>> > Thanks for the information. I have created the webform. >>> > So now, where do i add hook. do i have to just add a php function in >>> > webform.module ?? >>> > >>> > Thanks, >>> > Rohit >>> > >>> > On 9/14/11, Paolo Mainardi <[email protected]> wrote: >>> >> http://api.drupal.org >>> >> >>> >> hook_form_alter() + #redirect is the answer >>> >> >>> >> On Wed, Sep 14, 2011 at 9:59 AM, Rohit Sharma <[email protected]> >>> wrote: >>> >>> Hi, >>> >>> >>> >>> I am developing a website for internal work flow in my organization. >>> >>> I am not sure how to proceed, customization seems very complicated to >>> me. >>> >>> >>> >>> I tried hands on adding custom page, php code, but i m not sure how >>> to >>> >>> redirect webform to a custom php page. >>> >>> >>> >>> Please consider me a newbie. >>> >>> >>> >>> My requirements are: >>> >>> >>> >>> 1. Create a web form. ( with a text and a submit button) >>> >>> 2. get the value of web form text field. >>> >>> 3. process the value through a internal command running on server, >>> >>> display the output. >>> >>> >>> >>> >>> >>> Could you please help me out with these. >>> >>> >>> >>> >>> >>> >>> >>> Thanks and regards, >>> >>> Rohit Sharma >>> >>> >>> >> >>> >> >>> >> >>> >> -- >>> >> Paolo Mainardi >>> >> >>> >> CTO Twinbit >>> >> ILDN: http://www.ildn.net >>> >> Blog: http://www.paolomainardi.com >>> >> >>> >> -- Please consider the environment before printing this email -- >>> >> >>> > >>> > >>> > -- >>> > Thanks and regards, >>> > Rohit Sharma >>> > >>> >>> >>> >>> -- >>> Paolo Mainardi >>> >>> CTO Twinbit >>> ILDN: http://www.ildn.net >>> Blog: http://www.paolomainardi.com >>> >>> -- Please consider the environment before printing this email -- >>> >> >> >> >> -- >> Thanks and regards, >> Rohit Sharma >> >> >> > > > -- > Franz > > http://ciudaddelpico.com > > Sent from my laptop > -- Thanks and regards, Rohit Sharma
