A field type composed of two constants and a variable.
How can I with ACF introduce a variable value (introduced by a CTF) in the middle of 2 constants, which together make a URL?
Example: I want to put on a loop page with ACF and Elementor Pro, a clickable image or an Elementor post portfolio with a link like http://scoring-pt.datagolf.pt/scripts/classif.asp?tourn=10073&club=910&ack=KE6F43N19C where the variable is the number 10073, and http://scoring-pt.datagolf.pt/scripts/classif.asp?tourn= and &club=910&ack=KE6F43N19C are constant.
Can you help me?
Thanks and I look forward
A text field that holds the variable
echo 'http://scoring-pt.datagolf.pt/scripts/classif.asp?tourn='.get_field('field_name').'&club=910&ack=KE6F43N19C';