<p>Bud we have answered your question twice now. You don&#39;t have to make your own form but can if you want (then you have to store data in db if you want to keep it). </p>
<p>All forms in drupal use submission and validation callbacks and you can add one to any form with a hook form alter that use the forms #id to specify #validate as the name of a function that does what you want and that will get called. Read the links I sent and TRY something. Read how to develop a module. </p>

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