Hi @hakeemstone,
Welcome to the community! It’s very common to miss this step when first starting out, as ACF handles the data capture in the WordPress backend but does not automatically output that data to the live frontend of your website out-of-the-box.
To display your new field values on your page, you’ll need to tell WordPress exactly where to put them. You can easily do this by outputting the value in your theme’s PHP template using the the_field('field_name'); function, using the ACF shortcode [acf field="field_name"] within your post content, or by using dynamic data tags if you are utilizing a visual page builder like Elementor.
You can find step-by-step examples for all of these display methods in our official Displaying Values documentation. If you try those out and are still having trouble getting your text to appear, please feel free to open a direct support ticket with us so we can investigate your specific setup further!
Best regards,
Patroba