Support

Account

Home Forums ACF PRO Duplicating contents of flexible layout group Reply To: Duplicating contents of flexible layout group

  • Hi @kitt

    I’m not sure what you can do with Page Builder, but there’s a plugin created by John that allows you to duplicate field groups for ACF Pro. Please take a look at this thread to learn more about it: https://support.advancedcustomfields.com/forums/topic/reusable-field-groups/. I’m not sure if it will work with your situation, but I guess there’s no harm in trying it.

    Another method would be registering the fields by using the PHP code. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/register-fields-via-php/. With this method, you can create the required layouts as variables and then add them to the right place programmatically.

    I hope this makes sense 🙂