Hey,
I’ve created a new textarea within the WordPress User Profile which only the administrator can see and would like to show the textarea also within the frontend, so I can edit and save the data directly in the frontend. Is this possible?
Cheers
Bahemian
Hi @bahemian
Yes, this is possible. You can do it by using the acf_form() function to create a front end form. To learn more about it, kindly check this page: https://www.advancedcustomfields.com/resources/create-a-front-end-form/.
I hope this helps π