Support

Account

Home Forums General Issues Form populated with previously submitted data… Reply To: Form populated with previously submitted data…

  • Hi @bigfootnetworks

    If you need to surround the fields with HTML tags like div, I believe you can use the ‘acf/render_field’ action hook. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/acf-render_field/.

    You can also target the already the generated divs if you want. Please check the HTML source code using the developer tools on your browser.

    I hope this helps 🙂