News:

Looking for documentation? Take a look on our wiki

Main Menu

Sending user to a specific url and filling a form ...(urgent help needed !)

Started by coolrasta, February 14, 2006, 18:20:01 PM

Previous topic - Next topic

coolrasta

Hello,
I need to send my shoppers to a specific url for payement and fill the form with some information (I can do that ...), but i do not know which file i need to modify to get this done ...The form to feel is hosted on another server, and look like the one bellow ...


<form name="blabla" action="http://www.my-url.php" method="post">
  <p>Nombre:
    <input name="name" type="text" value="" onKeyUp="deshabilita(this.form)">
    <br>
Apellidos:
<input name="first_name" type="text" value="" onKeyUp="deshabilita(this.form)">
<br>
Importe €
<input name="amount" type="text" value="" onKeyUp="deshabilita(this.form)"><br>
<label for="phone">últimos 4 d&iacute;gitos tarjeta</label>
<input name="last" type="text" size="4" maxlength="4"  onKeyUp="deshabilita(this.form)"><br>
    <input name="enviar" type="submit" value="Enviar" disabled>
  </p>
</form>


Can someone tell me whether this can be achieved? and how? thanks


Peace & love


--------------------
http://www.yxox.com
-------
coolrasta

http://www.yxox.com/

deneb

You could create a new payment method and put your code in the Extra Payment Info and set it to "Paypal" type.

coolrasta

thanks deneb,
I don't really understant since i am a new virtuemart user, but I will have a look at that ...
thanks again ...



-------
coolrasta

http://www.yxox.com/

deneb

Look at the PayPal payment method Payment Extra Info code on the Configuration tab for ideas.