A problem I have found in the past is being able to code my own web form just the way I want it, whilst still allowing the powerful Gravity Forms plugin to do all the hard work behind the scenes. So after building a smooth jQuery based web form, I thought I’d try and make Gravity Forms process it to see how hard it could be. Here's how I did it…
$form_id = 1; require_once(GFCommon::get_base_path() . "/form_display.php"); GFFormDisplay::process_form($form_id);