/* * Block URLs from inside form on Single Line Text and Paragraph Text form fields * * @link https://wpforms.com/developers/how-to-block-urls-inside-the-form-fields/ */ function wpf_dev_check_for_urls( $field_id, $field_submit, $form_data ) { if( strpos($field_submit, 'http') !== false || strpos($field_submit, 'www.') !== false ) { wpforms()->process->errors[ $form_data[ 'id' ] ][ $field_id ] = esc_html__( 'No URLs allowed.', 'wpforms' ); return; } } add_action( 'wpforms_process_validate_textarea', 'wpf_dev_check_for_urls', 10, 3 ); add_action( 'wpforms_process_validate_text', 'wpf_dev_check_for_urls', 10, 3 );
ConnectWise Partner Golf Day
What a fantastic day on the green at The Grove! A huge shoutout to ConnectWise for hosting an unforgettable golf day.

The pristine fairways and challenging holes made for a memorable round of golf, but it was the camaraderie and networking opportunities that truly made the day exceptional. It’s always a pleasure to connect with industry peers and discuss the latest trends in technology and business.

We’d like to extend our gratitude to the ConnectWise team for their hospitality and for fostering a community of professionals who not only work hard but also know how to enjoy some well-deserved downtime.

We’re looking forward to more opportunities to collaborate and build lasting relationships.