Wie sende ich HTTP POST / GET-Daten an drupal?
Zum Beispiel: Ich habe ein HTML-Formular:
<form action="mydrupalcite.com" method="get">
<input type="text" name="title" />
</form>
Wie bekomme ich die title
Daten in das Antwortmodul von drupal? (oder in ein beliebiges Modul?)
Ich suche nach der Drupal-Methode, um dies zu tun (ich bin relativ neu bei Drupal und wie es wirklich funktioniert)
Hat es etwas mit dem Servicemodul zu tun?