Support

Account

Home Forums Front-end Issues Values from user field Reply To: Values from user field

  • I’ve found I could use the following to store the User ID in a variable, after that, the world was my oyster.

    <?php $assigned_user = reset($post); ?>