how can I run specific code when a form is submitted in Drupal ?
I'm using hook_form_alter to edit the form, but I actually need to collect the data inserted by user and run code when the user click on "Save / Register" etc
thanks
|
feedback
|
|
You can add callbacks to the submit array. It goes something like this:
| |||||
feedback
|
|
Try adding the following function:
worked for me. Hope it helps :) | |||
|
feedback
|