It would be great to use shortcodes in the form description field. For example, i want to add a dropcap for my first paragraph in the forms description, but its not working, sadly.
Its pretty easy to implement, form_display.php line 464:
<span class='gform_description'>" . do_shortcode(rgar($form,'description')) ."</span>";