Hello everybody,

I'm a beginner with Drupal.

I'm trying to post a drupal form to external url.

I'm using form_alter hook but when i displaying the post variables on my destination page nothing appears.

In hook, i wrote this line
   $form['#action'] = myurl;

myurl display on the browser correctly.

If you have an idea, this will be a great help.

Thanks

Grégory Thognard