Greetings,
I am trying to find the best way to approach this in Drupal.
What I need is a node which acts as a form with a single text field input and posts to itself.
This node is administrator created and the form aspect is front end user.
Example:
1. Node is a simple form with single user input as text field with submit button.
2. User enters data to text field and clicks Submit.
3. Node submits form text field to custom php class which returns data to user.
4. User can then reuse form or leave.
I have briefly looked into Webform and Form (dev) and tried to find a CCK option
but its difficult finding something for such a simple task.
In the past, I have simply wirtten php straight to nodes to achieve this but becoming concerned about security.
That and Id eventually like to associate the nodes into Views and Groups, possibly assigned to users.
Thanks