I've created a function that accepts one parameter, the parameter will serve as the form id,
how can i create a function or make the gravity_form_enqueue_scripts work using this function..
function enque_scripts($id)
{
gravity_form_enqueue_scripts($id,true);
gravity_form($id, false, true, true, '', true);
}
the gravity form is displaying but the css/js is not loaded..