Posted by ajay15 on January 9, 2009 at 10:55am
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
Comments
How this form...
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?