@ Michigan Inn

@ Michigan Inn & Lodge

Located in Petoskey, Michigan, @ Michigan Inn is a 132-room hotel that offers a wide range of amenities including a hair salon, a restaurant, free WiFi and laundry facilities! This property has just started using our cloud-based WebRezPro Property Management System to help run their hotel! You can see WebRezPro’s integrated web reservation software in action by visiting their website.

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 );