• a.) Is it possible to merge two ACF text fields into a 3rd field.

    Field1: [acf field = “Video_Poster_Path”]
    Field2: [acf field = “Video_Link”]
    Field3: [acf field = “Merged_HTML”]

    The 3rd field would look like:

    <video poster="[acf field= "Video_Poster_Path"]"
    controls="controls" controlsList=”nodownload” width="880"">
    <source src="[acf field = "Video_Link"]" type="video/mp4">
    </video>

    and b.) how ?

    IF this has to be done via a function, what would that function look like ?

    While this is not my first rodeo, I am not as up to speed with PHP. It’s been a minute since I last looked at php directly. So…help ?

    Oh and I’m working with the free version not the pro.

    Thanks In Advance.

    The page I need help with: [log in to see the link]

  • You must be logged in to reply to this topic.