/* * 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 );
We are thrilled to share that Outbound Group had the privilege of being a part of the PCR Awards ceremony last night, thanks to our incredible partners, CyberSmart and Brigantia Partners Limited. It was an honour to be recognised as one of their strategic security partners, and we couldn’t be more grateful for the opportunity to collaborate with such forward-thinking industry leaders. The PCR Awards recognises the very best in the UK Tech and PC Industry. We extend our heartfelt thanks to CyberSmart and Brigantia Partners Limited for including us in this event, and we look forward to continued collaboration and achieving even greater heights together.