Hopefully this is a simple fix, for some reason when I run this. I am running wordpress and using the advanced custom fields plugin
echo \"Tickets Start at CA$\"
Indeed, as @smith says the_field() displays the value of the field. You want to use get_field() instead which returns the value instead of displaying it.