Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Usage Milestone: Time Field for Drupal 8+ Module time_field crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Simple search form

2,473 sites Security covered Drupal 10–11
View on drupal.org

This module provides a basic search form that immediately redirects the user to a specified page with the search term included as a GET parameter, bypassing Drupal's standard two-step form submission process. It's useful for creating simple search functionalities that pass data directly to another page or integrate with modules like Search API Autocomplete.

πŸ‡ΊπŸ‡¦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

ABOUT:

This module implements a simple form with text input and submit button. It allows to immediate redirect the user to a page with a GET parameter. e.g.: /some-site-page?myparam=sometext.
Usual Drupal form submission works in 2 steps, it means on form submit we have 2 executions of a page:

  • 1st: Send form data to Drupal side to run form submit handler (page on which form located)
  • 2nd: Redirect user to some page (if redirect was set, page which was set to redirect to)

Simple search form works without form submission on Drupal side and executes 2nd step only.
Integrated with Search API Autocomplete

USE CASES:

  • Simple search form where user enter some text, presses submit button and lands to views search page like /search?search_api_fulltext=usertext
  • Form which redirects user to some page (webform, custom, e.t.c.) which expects some GET parameter

INSTALLATION:

  1. Install the module to modules/contrib or modules folder
  2. Enable Simple search form module

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
4
Tracked since
Nov 2024
Latest release
7 months ago
Releases (12 mo)
2
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
8.x-1.9 Stable 10–11 Jan 8, 2026
8.x-1.8 Stable 8–11 Oct 13, 2025
8.x-1.7 Stable 8–11 Aug 12, 2025
8.x-1.6 Stable 8–11 Nov 12, 2024