Forum
Multiple "Listing Forms"
I've got two forms, two different ID's for each, but when they submit, they land in the same single form on the "Listing Forms" page. How do I split them out into there own individuals Forms for the editors?
Form 1:
<perch:form id="contact" method="post" app="perch_forms">
Form 2:
<perch:form id="job-contact" method="post" app="perch_forms">
Did I miss something?
That's how you do it. Did they previously have the same ID?
No. I started the template that way, then submitted a test thinking that would do it. But it added that to the original form. This particular site is not a runway version, just regular Perch 3. Does that have a limit?
No, there's no limit. Do both forms appear on the same page?
Nope. Different pages.
Ok, what else can you tell me?
The dash in the ID may be the problem as IDs shouldn't have dashes. Try 'job_contact'.
Ah, thank you Simon! It indeed was the dash versus underscore. I'm so used to using dash for the past decade with Perch, I haven't gotten out of that habit. New form now shows up - thanks for the keen eye!