Duke Will
01-04-2008, 08:18 AM
DISREGARD THIS, it already does what I need. Duh.
:::
How can I do this? I'm sure it's simple. I first thought this was html but I see that my form says php.
At this (temporary) page (http://lsusong.com/buy.html), you will see the form. When they click on SEND, I want it to go to the Google purchase checkoutpage. For simplicity, you can call it google.html. What exactly do I put into my form?
Here is the form code. (Wow, why did it go so wide?)
<form action="feedback.php" method="post"> <table border="0" cellpadding="8" cellspacing="8" summary="feedback form"> <tr><td>Name:</td><td><input type="text" name="name" size="25" /></td></tr> <tr><td>Email address:</td><td><input type="text" name="email" size="25" /></td></tr> <tr><td>City/St:</td><td><input type="text" name="cityst" size="25" /></td></tr> <tr><td>Comment (optional):</td><td><textarea rows="3" cols="50" name="comments"></textarea></td></tr> <tr> <td align="center" colspan="2"> <input type="submit" value="Send" /><br /> </td> </tr> </table>
</form>
:::
How can I do this? I'm sure it's simple. I first thought this was html but I see that my form says php.
At this (temporary) page (http://lsusong.com/buy.html), you will see the form. When they click on SEND, I want it to go to the Google purchase checkoutpage. For simplicity, you can call it google.html. What exactly do I put into my form?
Here is the form code. (Wow, why did it go so wide?)
<form action="feedback.php" method="post"> <table border="0" cellpadding="8" cellspacing="8" summary="feedback form"> <tr><td>Name:</td><td><input type="text" name="name" size="25" /></td></tr> <tr><td>Email address:</td><td><input type="text" name="email" size="25" /></td></tr> <tr><td>City/St:</td><td><input type="text" name="cityst" size="25" /></td></tr> <tr><td>Comment (optional):</td><td><textarea rows="3" cols="50" name="comments"></textarea></td></tr> <tr> <td align="center" colspan="2"> <input type="submit" value="Send" /><br /> </td> </tr> </table>
</form>