Construct URL after submit.

When you create a custom form using some custom module, and you want to construct the url after user submit the form... use

 $form['method'] = 'get';

in the form generation code.

Comments

Popular posts from this blog

How to Reset Root Password in Drupal 7 with phpMyAdmin

Drupal - Hiding field group and its Children