Support

Account

Home Forums General Issues User option Reply To: User option

  • use get_field(), not the_field(). the_field method is attempting to echo the value. Not what you want in this instance as you are assigning that value to a variable.