Support

Account

Home Forums General Issues Using get_field to set a variable with values from a user Reply To: Using get_field to set a variable with values from a user

  • Thanks so much, please find the file attached.

    A few important notes:

    • To answer your question above, no, both the ring_numbers and leg_ring_number fields are filled in on custom posts (using front end posting) not the user profile page.
    • You’ll notice that the release field group contains both a text field called ring_numbers and a repeating sub field called ring_numbers_repeater_sub. They aren’t both necessary but one of them needs to work!
    • There’s a lot of additional fields in both groups which aren’t important for this functionality either, and can be ignored.
    • I’ve been trying to solve the problem using a meta_query but if you think there’s a more obvious way of solving it, I’m very open to suggestions!

    Thanks again.