Connecting ACF field to form.

Hello Gravity Family

I am building a directory. The directory business page has a form. The form captures:
Name
Email
Comment

I also have two hidden fields on this same form that captures.
Hidden 1: Page URL
Hidden 2: Business Owner email address

I’ve tried to figure this out for hours but cannot figure for the life of me. I hope someone can help me out or send me in the right direction to fix my issue.

I am trying to connect an ACF field to a Gravity form hidden field.

In GF, when I go to Settings > Admin Notification > BCC. For the BCC field, I want the form to capture the email field from ACF so I can see it in the notification email.

This is a lead form. So basically the business owner and I will get the same email.

In this form I have an two hidden fields that will capture the url of the page the form was sent from and also the business owners email address. The email address connected to ACF is not showing. Everything else is. How do I connect to ACF???

I am open to have the form go direct to the business owner, I just do not know how to connect ACF field and GF.

Thanks in advance!

I fixed the issue.

PS: Under admin notifications > In the BCC field, I inserted the this: {custom_field:name_of_ACF_field}

Then on the actual form I added a hidden field under Advanced > Default Value I added this: {custom_field:name_of_ACF_field}

Directly under I put:

Under Allow field to be populated dynamically: I checked the box and added this under Parameter Name: acf_email

Now when someone fills out the form for that business, I will get the email and the business owner will get the same BCC email of the lead.

Hi jesse thanks.
and have you tried or get to work when you have 2 ACF with the same name ?

For instance if the customer has a choice. Saying company A and company B on the same form.

company A and company has both the same hidden fields. Did you manage to make a distinction to pull correctly the hidden fields in this case?

Chris

Sorry no, I don’t quite understand what you’re asking. Let me know and I will test.