Forum

Thread tagged as: Question, Problem, Forms

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?

Leigh C

Leigh C 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

That's how you do it. Did they previously have the same ID?

Leigh C

Leigh C 0 points

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?

Drew McLellan

Drew McLellan 2638 points
Perch Support

No, there's no limit. Do both forms appear on the same page?

Leigh C

Leigh C 0 points

Nope. Different pages.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Ok, what else can you tell me?

Simon Clay

Simon Clay 127 points

The dash in the ID may be the problem as IDs shouldn't have dashes. Try 'job_contact'.

Leigh C

Leigh C 0 points

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!