Custom Multi Form Submission

Hi, I’m wanting to put a form on my CMS that will capture which CMS page it’s on so I can properly organize it in AirTable, Zapier, Make, etc. Right now I’m using conditional formatting with several different forms just to accomplish this basic thing… but I only want one without having to change the form name. Will I need some custom code with Ajax or JS to accomplish this?

{Finsweet has a really cool hack where you can add the page URL to the form submission.

Does anyone know if it’s possible to go a step above and just replace the Form ID with a custom field from the CMS? So it basically shows up as:

<form id="wf-form-{{form-name-cms-field}}" name="wf-form-{{form-name-cms-field}}">

or even:

<form id="wf-form-Webinar-Series" name="wf-form-{{form-name-cms-field}}">

Here is my public share link: [https://preview.webflow.com/preview/accountinganalytics?utm_medium=preview_link&utm_source=designer&utm_content=accountinganalytics&preview=97f3366de62a1bd725a9ebb6d7d89b94&pageId=629e7449b107257b4340bcb6&itemId=62e944edc836c9dab9bbb21b&workflow=preview]