How do you set conditional logic for AND & OR:
Options appear to be ANY or ALL which are both too inclusive
Example:
Only show Field for a Pro user
and
Includes attribute A
or
Includes attribute C
If I duplicate fields with the same question to apply logic twice, I have difficulty mapping this to a single value in ACF.
Any suggestions.
Thanks,
Richard
As a long time user, there's no doubt that Formidable's query builder is a weak spot. If you know how to write code, you can use frm_view_order hook to create a custom SQL query. It's a powerful hook. You can literally write a query that replaces Formidable's generated query entirely if you have the know how. Here's a link to the Formidable Knowledgebase entry: https://formidableforms.com/knowledgebase/frm_view_order/
Please login or Register to submit your answer