How can I pull content from two different custom fields and combine it into one line of text (this is for a content template element)? For example, if I have a custom field for First_Name and a custom field for Last_Name, how can I display those as First_Name Last_Name centered in the template?
If you can display the custom fields values from a shortcode(if you’re using ACF, it has one), you can place 2 shortcodes for each of the field inside 1 GB Headline block. Like this – https://share.getcloudapp.com/wbuYgB8y
Alternatively, you can have them on their own GB headline block and have both these block display in an inline manner.