Wednesday, October 14, 2009

Node Redirect

At Tribute Media we required the ability to create a simple form that would redirect to a page from a form. In our case, we needed our clients to log into a page which requested a contract ID. Upon entering the contract ID, the user would then be redirected to a form built specially for that user.
This module solves the problem by doing the following:
  • provide admin settings page
    • set custom page title
    • set custom path base
    • set custom form question
    • set custom error message for invalid entry
    • set menu to automatically add link to(Drupal 6 only)
  • provide page located at path 'http://www.example.com/redirect' which provides the form for the user to enter in their custom page code, this is added to the custo base path. If the custom base path is set to 'contract' and the user enters '452235' the module checks for the url alias for 'contract/452235' and redirects the user to 'http://www.example.com/contract/452235'
  • Creating a URL Alias for /redirect will allow any term to be used as this redirect page.

Releases

Official releasesDateSizeLinksStatus
6.x-1.12008-Nov-057.59 KBRecommended for 6.xThis is currently the recommended release for 6.x.

No comments:

Post a Comment