Is there an easy way to get this PHP echo to output in a hidden field?
<?php echo $visited_pages_string ?>
The tooltip next to the "Allow fields to be populated dynamically" seems to indicate I can insert a shortcode there; but I tried tried putting it in a hidden field's default value as both PHP code and a shortcode, but that didn't work.