The title says it all really: How do forms redirect to another URL after being submitted?
For example, some forms reload themselves after pressing "submit". How do they do this?
First off, my apologies if I am posting in the wrong group.
I am currently testing Drupal with roundcube integrated into the environment. This feature is very nice but I wanted to take this a step forther. Since I currently have to create the e-mail accounts manually, I have decided to reconfigure e-mail to host user/password information via MySQL (4.1.18 atm.)
What I am looking for is the following:
The module(s) responsible for account creation/password maintenance/account deletion the user profiles.
Is anybody known how i can access to FLEXINODE fields in the add VIEWS screen, as the others module like taxonomy, comment... etc. I know it is specified into views_.inc in the views/module folder, but before i start coding my own views_flexinode.inc, i want to known if anybody has already do it. Or if anybody has an idea to what i want ?
I'm curious to know if is there any module that creates an email account on a MySQL database holding the accounts of a sendmail server (or postfix or other MTA) at the user registration.
The idea is to create a new account "danny@example.com" when user "danny" registers for the site "example.com". Is there any?