Hi All, I posted this yesterday, but didn't get a responce, I apologise if I shouldn't have posted again, but I need to get this sorted asap
I was told you need to add javascript to make an options field in a paypal buy it now button mandatory, but I don't know how.
Currently if they don't select a colour that part comes to me blank, but I need it so they MUST select a colour.
Any help would be very much appreciated
This is that part of the code.
Dee
<INPUT type=hidden value="Colour " name=on0>
(**REQUIRED**) Please enter colour
</TD>
<TD>
<SELECT name=os0>
<OPTION value="none selected" selected>
Please select a colour
</OPTION>
<OPTION value="Black">
Black
</OPTION>
<OPTION value="Green">
Green
</OPTION>
</SELECT>
</TD>
</TR>
</TBODY>
</TABLE>
<BR>
<INPUT type=image alt="Make payments with PayPal - it's fast, free and secure!" src=" https://www.paypal.com/images/x-click-but23.gif" border=0 name=submit3>
Last edited by Dee2007; 08-21-2007 at 01:26 PM..
|