By MiguelD on
Hi
I made a search form using html in a block that calls "search.php"
but I don't know were I should place the "search.php"
Could you please tell me were the files to be read in drupal should be?
Regards
Hi
I made a search form using html in a block that calls "search.php"
but I don't know were I should place the "search.php"
Could you please tell me were the files to be read in drupal should be?
Regards
Comments
Drupal doesn't work that way.
Drupal doesn't work that way. In Drupal you use the Drupal Form API to create, validate and submit forms.
Contact me to contract me for D7 -> D10/11 migrations.
You can use the core search
You can use the core search functionality, views for a custom search or a custom module.