Support

Account

Home Forums Front-end Issues I can't echo acf textarea in javascript Reply To: I can't echo acf textarea in javascript

  • the_field() echos, so you don’t need echo with the_field()

    If other fields are working then a textarea field should be working. It come down to what is being echoed. What value is actually output to the page? Is there something in the value that could cause an error? Can you actually do what you are attempting to do? What value are you attempting to echo? What is the value of the field?