How to make a dynamic form???

On my site I have a dynamic page (lets call it “a member profile” page).
On this dynamic page I have contact form (see print screen 01)

On each “member profile page” I want this contact form to be contected to a different Email addres: I want that if user will enter a member profile page they could send this member an email through this contact form (I don’t want to reveal the email adress so it must be through contact form) - see print screen 02.
(I have on my database a field with my users emails)

*I have on my database a field with users emails

I can I do that?

print screen 01 >>

print screen 02 >>

Thanks!!!

You can do it with some code.
First, you need to use the new input elements of the editor. Once the site visitor submits the form you could code to retrieve the relevant user email and then send email via a 3rd party service such as SendGrid

Is there a simpler work around to this? I don’t want to integrate a 3rd party but I just want to know which “profile“ they sent a message to for me to relay. I’d love to have the profile name instead of page ID

We definitely need Dynamic Forms!