Canyon River Ranch

Canyon River Ranch

Situated on the Yakima River in Ellensburg, WashingtonCanyon River Ranch offers modern guest suites and a campground, as well as meeting and banquet space, a restaurant and access to many outdoor activities. The ranch has just started using our cloud-based WebRezPro Property Management System to help with their operations. Visit their website to see how WebRezPro enables Canyon River Ranch to accept online bookings!

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