Support

Account

Home Forums General Issues Pre-populate form with user fields in functions.php Reply To: Pre-populate form with user fields in functions.php

  • You are creating an infinite loop by calling get field on the same field that you are trying to preload. If this is really necessary then you must remove your filter before calling get_field() and add it again after the call.