Advanced Custom Fields: uncheck Checkbox after page reload + framework in child-theme
Hi,
I use the ACF-Plugin for some mods in the registration-form and I already did some mods in the /
wp-content/themes/classipress/framework/includes/views-login.php as well.
Through ACF I implemented a checkbox for the accepting my terms. When an error occurs, e.g. a user mispells the second password-entry, the page reloads, but the checkbox still is checked. Where can I modify it to be unchecked after a page reload?
Btw. Is it possible to implement my mods that I did in /
wp-content/themes/classipress/framework/includes/views-login.php in my child-theme to keep it after a CP-upgrade? I tried it with the typical copy-paste to my child-theme, but it didn't work.