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
in the form generation code.
$form['method'] = 'get';
in the form generation code.
Comments
Post a Comment