CMS Data on Email Notificacion Form

Hello team!
I hope you can help me with a small issue on my website.
I’ve created a real estate portal to sell houses and used CMS technology to build each property page.
On each property page, I’ve inserted a form, but I’d like to know how I can identify the URL or specific property the user is interested in when they fill out the form.
I hope you can help me.
Here’s my link:

Use a hidden field on the form that is populated with an identifier from the collection item.

Hi Jeff! Thanks for your reply.

How can I do that??

Thanks a lot

If you want to include the property name, ID, or any CMS data :

  1. Add another Hidden Input Field to your form.
  2. Bind that input’s Value to a CMS field using Webflow’s dynamic text.
  • For example, bind it to Name, Slug, or even a custom Property ID.

That’ll give you more readable info on submissions (like “3 Bed Apartment in Soho” instead of just a URL)

Hi again Jeff,

thanks a lot but I Think I’m doing something wrong. Here an screenshot:

How can I connect an input field to a CMS item??

thanks again. I’m new on webflow

I don’t know why you are using a collection list inside of the form. If you want to bind the value of a hidden input field to the “Name” field in the CMS you need to use custom code where you would insert the HTML for an input field <input type="hidden" value="Insert name field"> inside code embed within the form body.

WOW!

it works Jeff

Thank you so much for your support. If you’re thinking of coming to Madrid, let me know and I’ll invite you a beer. I promise.

1 Like