Support

Account

Home Forums Front-end Issues Processing multiple acf_form of same type Reply To: Processing multiple acf_form of same type

  • Hi @joelstransky

    I’m afraid you need to modify the core files to do that. Another easier method would be using Javascript to modify the name of the input so it’s changed from acf[field_1234567890abc] to acf[field_1234567890abc][]. That way the data would have a unique identifier.

    I hope this helps 🙂