By er.bhagwat on
Hello,
I have Created static pages using drupal like Home page & Other Pages.
I want to make a website in which i create following database driven pages.
1.Request a quote.
It contains some fields like :
1.Name , 2. Phone, 3. Email, 4. posted date
i want to create this using drupal.
Please tell me how can i do this.
Thanks.
Comments
Perhaps you should look at
Perhaps you should look at webform
http://drupal.org/project/webform
It allows you to create a custom form and then gives you various options for dealing with the results.
Thank you very much
It is working.
but i have a little problem to be solve.
1.I want To show submitted data on other page. how can I?
2.I want to add auto number field how can i do this.
Please.
Have you tried using CCK
Have you tried doing this with CCK - http://drupal.org/project/cck and the views module - http://drupal.org/project/views
www.myappleguide.com
Yes i try
Yes I try this using cck module but due to this i cant enter the value at run time.
by using the webforms module it is working.
Thank you very much
it is done when i using the webforms module.
but i am facing some little little problems more
1. How Can I Show Theses Values Which is Entered in Database?
2.I want that theses webform not shown to other user how can I Do?
Please Help