By kumar654 on
hi everyone,
I am new to drupal. Can anyone tell me which form module allows the user to submit the form data on the drupal webpage instead of submitting it to database or by email
thanks a lot
hi everyone,
I am new to drupal. Can anyone tell me which form module allows the user to submit the form data on the drupal webpage instead of submitting it to database or by email
thanks a lot
Comments
_
Sorry, but your question makes no sense-- all content in drupal is stored in the database. If you want a form to email data you would use the webform module.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
hey
hey thanks for the reply
i am looking for a form module in which data can be insterted. after the data is submitted, i want the data to be publised in a web page instead of senting it to a database
thanks
_
in drupal you would use the cck module to create webforms to collect data and publish it to a webpage-- but as I said, all content in drupal is stored in the database. If you don't want your information in a database, then drupal is probably the wrong tool.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz