Thread Starter
srbm
(@srbm)
https://drive.google.com/file/d/1ieI19FB92bNfQtnP1qMFFa0FnNJuA5hU/view?usp=sharing
Here’s a screenshot of my mapping for your reference.
I also have a hook to add a custom taxonomy to the page in my functions file.
Thanks for your help!
mapping to a repeater field
How are you building your repeater field?
This plugin is compatible with the Smart grid layout extension for cf7 which had repeater field constructs that you map like other fields and an array of values is saved
Thread Starter
srbm
(@srbm)
Here’s a screenshot of how the ACF field is made.
https://drive.google.com/file/d/1oe1QlAi7-oZqB-P_GCjIDdOsfWkQfvTC/view?usp=sharing
In the form, I’m just creating text fields to fill out. Some are required and some aren’t. Here’s that screenshot:
https://drive.google.com/file/d/1wGNkGgBTElHB0Ub_7E6odaFnnG1JmCsy/view?usp=sharing
Do repeater fields in ACF need an array?
I’m also having an issue mapping to a radio field that is looking for a ‘value’ and ‘label’ pair. Would Smart Grid Layout take care of that too or is there a way to map without adding another plugin.
Thanks so much for your help!
ACF field is made.
several users have reported issues with ACF. That plugin had a particular way of storing data into its fields which is not compliant with this plugin.
Hence, if you know the formats required, you should programmatically map your repetitive field.
If you’re not sure, I suggest you let the plugin handle the field creation
Thread Starter
srbm
(@srbm)
Hence, if you know the formats required, you should programmatically map your repetitive field.
Ok, this is one of the paths I was considering. Thank you.
Really like the plugin. Thanks for your time.