Displaying a Repeater Field in Contact Form 7
-
Hello,
I’m using ACF Pro to manage departure dates associated with a CPT called “Destinations”. Each destination has a repeater field containing a date picker.
My goal is to dynamically display these dates in a
<select>
field within Contact Form 7, based on the currently viewed destination.?? My Setup:- CPT:
destinations
- ACF Repeater Field:
date__repeater
- Date Field within the Repeater:
date__repeater-item
- CF7 Form: contains a
<select>
field where I want to inject the repeater field dates for the current destination.
?? Issues I’m Facing:
- CF7 does not natively support repeater fields.
- I need the best method to retrieve and dynamically display these dates.
Can you advise me on the best approach to integrate these ACF fields into Contact Form 7 without complex PHP solutions?
Thank you in advance for your help!
Best regards,
- CPT:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.