acf field without spaces

PHP
<?php echo str_replace(' ', '', get_field('your_field')); ?>
Source

Also in PHP: