By patoshi on
Hi,
I am still learning drupal and right now I am stuck on how I can remake the following page in drupal:
http://chinatownicecreamfactory.com/employment.php
Its basically a page where the user submits information and it get emailed to the reciever. I tried copying the php code of that page directly into a content with PHP input enabled, but it doesnt seem to work when I click on submit. I am not sure if it is done like that or am I suppose to write a completely new module for it? And if so, whats a good example I can start out with on writing a module in v5.x?
Comments
Suggestion
One way would be to recreate the form using the Drupal Forms API. You can find a quickstart guide on that here and an API reference here.