parisholley / wordpress-asynchronous-javascript

Improve page load performance by asynchronously loading javascript and files using head.js in your wordpress website.
http://wordpress.org/extend/plugins/asynchronous-javascript/
24 stars 3 forks source link

Gravity Forms #8

Open hoppities opened 11 years ago

hoppities commented 11 years ago

Any gravity form that has conditional logic in it or a required field will not display if async is activated. Just add those scripts to the ignored list since they only load on pages with forms.

parisholley commented 11 years ago

Any idea as to why it doesn't work? Would like to understand the issue before working around it.

hoppities commented 11 years ago

Not sure. I had to ignore gravityforms.js, conditional_logic.js, chosen.jquery.min.js, gf.placeholders.js

It threw two errors: gf_apply_rules is not defined and gformInitChosenFields is not defined.

I know exactly how to recreate it, so I'll do a little digging to see if I can figure it out.

martinbertinat commented 10 years ago

@hoppities I'm having a similiar issue with GF. Have you found a solution for this?