Express Form Question

I have a client with a Careers section with a job list and an Express form on each job page. He wants to edit each form (on each job page) to add specific questions tailored to that job.

However, when he edits one form, the others all change, even though they are not in a stack or global area.

Is there any way to create a new “detached” form on each job page, so he can edit it without affecting the others?

Thanks

You will want to make sure there is an individual Express object for each form - basically when you’re putting form blocks on a page they’re pointing to an Express object in the back end.

Thanks Evan, appreciate your feedback

1 Like