• Resolved Travisk3

    (@travisk3)


    Hello, I’d like to create a front end dashboard where logged in users can create/submit content for review. Lets say I have forms for CPT’s such as Publications, Resources and galleries.

    User clicks a button to add content type, it loads the form in a modal.

    An issue I’m running into is validation, each form has an inner ID of “acf-form-data”.
    How would I go about changing that?

    I could do each form on a separate page via iframe, but I’d like to have the 3 forms on one page if possible.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback. Are you using ACF Extended Forms? If so, you can render multiple forms within the same page, and each form will have their own validation & submission process.

    Ideally, all forms should have their own <form> element and submit button, so you should keep those settings enabled. If you want to mix multiple field groups, you should do it within the same form, and then dispatch the saving process with form Actions.

    I’m not really sure to understand what you means with “each form has an inner ID of ‘acf-form-data'”, can you please elaborate?

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘Multiple front-end forms from one page?’ is closed to new replies.