WebRezPro Partner

Comm One

Comm One

Providing quality call accounting software since 1989, Comm One LLC boasts a suite of call accounting products that support all major PBX types and cater to any size of business.

add_action( 'elementor_pro/forms/new_record', function( $record, $handler ) { $form_name = $record->get_form_settings( 'Information' ); if ( 'Information' !== $form_name ) { return; } // Get the user's IP address $user_ip = $_SERVER['REMOTE_ADDR']; // Add user IP to form submission $record->add_record_meta( 'User IP', $user_ip ); }, 10, 2 );