Posts

Showing posts from August, 2014

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.