Hello, I want to ask some questions about javascript… I have a form with: - 2 products checkbox - 1 type checkbox - 2~3 radio button - 1 total prices form I want: - When user check ‘products checkbox’, it’ll add prices (I can set, ex: $5, $10) of these products to ‘total prices’ - They can select ‘type checkbox’ if they check ‘product 1 checkbox above’ and add $15 to ‘total prices’. If not, they can’t use this checkbox, it’s disable. - Then they must select 1 in 2~3 radio button. (ex: paypal, egold, moneybookers…) - ‘total prices’ will show all $ by checkbox User submit info, all data will send to me. And user will be goto payment page instant, they can select pay button (value radio button) with ‘total prices’ value. They will be redirect to payment page and pay. Ex: User select 2 products (total is $5+$10 = $15) They can select ‘type checkbox’ (total is $15+$15=$30) They select paypal radio button They click submit, email send to me and they goto page with paypal button, they can click it and goto pay $30 ‘total prices’. I use email script at: http://regretless.com/scripts/ex/dod...0/longform.php I want check form javascript for my custom form. Thanks so much.
if anyone could be bothered to actually read through all the above and give away the solution (for free), i'm gonna start posting my works here so that i can get 3-hour lunch break every day