I want to use 3 radio buttons to set onchange event with three different ids. I can see that its working if I put the raw html tag in the form field but as I am not using any shortcode so the information is not sent to the admin email id. Can someone help and what shortcode to use in the message body so that the information would be sent to admin email id. Here's the code I am using
<input onChange="update_price()" id="quotespeed_economy" class="etquote_field" type="radio" name="quotespeed" value="Economy" > </input><label for="quotespeed_economy">Economy</label>
<input onChange="update_price()" id="quotespeed_normal" class="etquote_field" type="radio" name="quotespeed" value="Regular" checked="Yes"> </input><label for="quotespeed_normal">Normal</label>
<input onChange="update_price()" id="quotespeed_express" class="etquote_field" type="radio" name="quotespeed" value="Express" > </input><label for="quotespeed_express">24h Express</label>
http://wordpress.org/extend/plugins/contact-form-7/
[No bumping. If it's that urgent after just 1 hour, consider hiring someone.]