Thank you for your fast response! Maybe this is a novice follow-up, but I am just learning php…
This produces only the last participant’s website URL (last as in last in the sorted search, not last in the database). To be clear, adding your code to the section where the rest of the participant’s info gets printed, followed by an
echo $url
, or just echo maybe_unserialize( $this->participant_values['website'] )[0];
prints the last participant’s URL amongst every participant’s information. Ideas?