Support

Account

Home Forums Front-end Issues Load Javascript if acf_form is used Reply To: Load Javascript if acf_form is used

  • This would not be the hook you’d want to use. This is for adding scripts and/or styles to alter the way that ACF fields work.

    The hooks and functions you’re looking for are
    https://codex.wordpress.org/Plugin_API/Action_Reference/wp_enqueue_scripts
    https://developer.wordpress.org/reference/functions/wp_enqueue_style/
    https://developer.wordpress.org/reference/functions/wp_enqueue_script/