@ Kevin
re: I had to enter the field title inside the echo command of the array. It was confusing because this wasn’t needed in the admin form, just for the front end.
Correct. That is because the $entry->getMeta() simply returns the stored value(s), it does not actually return the “config” of the custom field which would include the label.
re: I have this customer also asking if we can change the Category Select to read “Select Organization” instead, and I can’t see a spot in the array to do that…
Yes. Use the the str_select shortcode option, like so:
[connections str_select="Select Organization"]
If you have other shortcode options set, add the str_select to the existing shortcode, do not add another shortcode to the page. Hope that makes sense!
Hope that helps!
