Web Hosting Talk







View Full Version : what elements are missing from my form?


astoller
10-24-2005, 01:17 PM
I'm a little lost with what elements are missing from this form for protx.
The gif is the visa logo
Can you help?
Thanks

<form action="https://ukvpstest.protx.com/VSPSimulator/VSPFormGateway.asp" method="post">
<input type="hidden" name="abc" value="xyz">
<img src="creditcards.gif" width="144" height="45">

</form>

Dan Grossman
10-24-2005, 03:32 PM
What are you trying to do? Is this meant to be a payment form of some type? It is missing everything: it would send no data but "abc=xyz" but has no way for the form to be submitted (no submit button).

astoller
10-24-2005, 05:34 PM
Its just a payment button where you hit the visa button and info is passed to the payment processor.
So how do you tie in the submit button to work off the visa graphics.

I mean payment forms normally dont have a submit button showing on the form.

Dan Grossman
10-24-2005, 10:39 PM
Sure they do :) But if you want to use an image as a submit button...

<input type="image" src="creditcards.gif">