Im really newbie with drupal 7 and I want to tests things with it:
I want to build a form page that will get information from users. for example workes that input FIRSTNAME, LASTNAME ID, PHONENUMBER and etc.. after that they will submit and it will enter to the workers db.
as I mention im really newbie with drupal. so first of all, where do I start? is form api is the best way to do it? secondly, the system create the workers db or I need to create a new db and table?