By Niaina on
Hi all!
Please, i tried to create a form module by using the FORM-API documentation!
i created the main files which are : module.info and module.module.
In the hook_form i puted some textfields and an submit button.
Now, what a want is how do i do if want to create a table for my new module in thedatabase whitout making it as a node type.
All your suggesion are welcome!
thanks in advance!
Comments
Use .install file to save it as a DB table
Yes, you will have to create a .install file in your module to make a table to save all your data sent by text fields created in the hook_form().