By seortiz on
Hello,
I am willing to have a form asking a user for two fields: an order number and a key.
I want the user to fill both fields, and depending on her input, display a page showing her order status.
I do _not_ want users to be able to see other users requests, so I would prefer if no data is stored in the database.
On the other hand, it is OK for me to display results on the same page than the form, or on a different one.
Is it possible to do this with Drupal modules, or will I have to code it to my needs?
Thank you in advance!
Sergio