Zapier is grouping upload photo URLs together

When the URLs come in for uploading a pic, they are being grouped together. And then the link isn’t clickable. How can we seperate each one and put some space or even a line break between them to fix this? We use zapier to get the info over to our CRM.

Thanks!

You can use the gform_zapier_field_value filter to JSON decode that field value. See the following page of the documentation for an example:

The filter can be used in the theme functions.php file, a custom plugin, or a code snippets plugin.

Would I use that to then seperate the data that comes in more?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.