I want a aweber code (which accepts email and name) to be integrated with radio box (4 radio buttons). Based on radio button selected i wish to direct user to different thank you page. So both aweber and radio button thing need to be done simaltaneously. I have written a JS script to handle radio button redirection. <form method="submit" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl;" onsubmit="usePage(this,'bob');"> This is the code i have written. By this code only page is getting redirected ie radio button are working while info is not getting submitted to aweber. Need help or suggestions. Cheers !!