Prevent the IP address from being saved in Gravity Forms site on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'gform_ip_address', '__return_empty_string' );
Prevent the IP address from being saved in Gravity Forms site on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'gform_ip_address', '__return_empty_string' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.