database

Permalink
Can I create a form for customers services and be able to input information? Is there a module for database creation?

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
There is default Form block exists in Concrete5 by which you can add your own customized form. You can add as many form fields as you want. And after publishing it, user will be able to input information through it.

You don't need to create any database tables for that. It will automatically stores the value into database.

Rony