• I have customized profile-form.php and register-form.php in my theme directory.
    The user can register and update default user fields. Through acf_form() the fields group from advanced custom fields gets displayed and also when editing profile the right values are in the input fields.

    The problem is with saving/updating those advanced custom fields, nothing is saved. When I check the console I get the following error:

    ReferenceError: acf is not defined

    and when I look at the source code the input.min.js script is not loaded as it should.

    I have two two more custom pages that have acf_form() function working and also they save the values.

    So I don’t know exactly where to look for a fix, but does TML do something with enqueued scripts? Could the script be filtered out?

    What can I do to get more info on this matter?

    I have much more to learn about inner workings of WP, so any help would be appreciated.

    Thanks.

    https://wordpress.org/plugins/theme-my-login/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Problem combining TML and advanced custom fields plugins’ is closed to new replies.