How to add parameters in a specific node in the url

ajay15 - January 9, 2009 - 10:55

im having problems when i click the submit button.
there are two textbox : datefrom and date to.
after i enter the dates in the textbox, the url is "http://10.5.2.180/drupal-6.6/?q=node/2"
and after i click the submit button, it redirects to this url,
"http://10.5.2.180/drupal-6.6/?datefrom=01%2F01%2F2009&dateto=01%2F02%2F2009&btnsubmit=Submit"

which should be,
"http://10.5.2.180/drupal-6.6/?q=node/2/datefrom=01%2F01%2F2009&dateto=01%2F02%2F2009&btnsubmit=Submit"

how am i going to solve this?
i have this submit button, but it doesnt work

How this form...

yasir farooqui - January 9, 2009 - 14:50

Have you developed this form yourself, if yes can you tell how have you done that, I mean can you show the code for this?

 
 

Drupal is a registered trademark of Dries Buytaert.