The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Start Up and more >> adding radio buttons and check boxes https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1081391900 Message started by bookswap on 04/08/04 at 04:38:20 |
Title: adding radio buttons and check boxes Post by bookswap on 04/08/04 at 04:38:20 Hi, I would like to know how to add radio and check boxes. This is what I have so far... http://buckeyetrade.netfirms.com/cgi-bin/eAuction161/eAuction.pl?action=new&lang=1 The code: <tr class="mask" bgcolor="$config{'colortablebody'}"> <td valign="top"><b>Condition:<br></td> <td> <input type="radio" name="CONDITION" value="New" class="radio" checked> <b>New</b> <input type="radio" name="CONDITION" value="Used" class="radio"> <b>Used</b> </td> </tr> <tr class="mask" bgcolor="$config{'colortablebody'}"> <td valign="top"><b>Payment:<br></td> <td> <input type="checkbox" name="PAYMENT1" value="Cash" class="checkbox" checked> <b>Cash</b> <input type="checkbox" name="PAYMENT2" value="PayPal" class="checkbox"> <b>PayPal</b> <input type="checkbox" name="PAYMENT3" value="Check" class="checkbox"> <b>Check</b> <input type="checkbox" name="PAYMENT4" value="Money Order" class="checkbox"> <b>Money Order</b> </td> </tr> Not sure where to go from here? |
Title: Re: adding radio buttons and check boxes Post by Forum Admin on 04/08/04 at 14:11:17 Now you should write the needed code in order to process the data contained in your form. :) |
Title: Re: adding radio buttons and check boxes Post by bookswap on 04/08/04 at 23:07:47 Could you give me some example code on how to do this? I am not really sure. Maybe you could post some of the eA-1.6.2 code on how to do this as i see it has some check boxes and radio buttons. ;D |
Title: Re: adding radio buttons and check boxes Post by Forum Admin on 04/09/04 at 12:40:11 I will post the eAuction 1.6.2 code as soon as the development has been finished. Beer is the fuel of the developer ;) So every kind of donation will help to accelerate the development :-* |
Title: Re: adding radio buttons and check boxes Post by bookswap on 04/10/04 at 00:46:54 Does that mean that you wont help me with the coding for this? Any example coding or steps to follow would be great. Thanks ;) |
Title: Re: adding radio buttons and check boxes Post by Forum Admin on 04/11/04 at 16:33:51 That means: I don't have the time to write back the code from 1.6.2 to 1.6.1 You copied the HTML tags from the demo version of eAuction 1.6.2 - that's fine with me ... but it's another thing to write the Perl code that processes this simple HTML tags. |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |