That being said, you are populating the dropdowns with data from where? If you are using dynamic fields, you are linking the repeater entry to the dropdown's lookup entry. This provides an incredibly flexible data access design that may help in realizing your requirement.
Thank you for your response.
I am using dynamic fields as dropdowns, from other form entries, in order to keep the data linked. I can even create a system where I put in individual entries. But the repeater field offers the option to process data in bulk on the frontend. But outputting that in a view, and then putting in place a frontend edit option based on entries assigned to specific users is proving to be a bit of a headache.
From your question and response, it seems like you’re an experienced developer. This requirement is also a bit advanced that is more easily solved by a custom solution. Do you know how to write shortcodes to output content?
Sometimes, the metadata schema that both WordPress and Formidable employ can be a little difficult to navigate to fulfill advanced requirements like yours. In cases like this, I write my own shortcodes for views so I can control the data extraction and display operations using custom SQL. It gives me a lot of flexibility.
You have the entire global $wpdb object available to you to do your own custom work. And if you’re comfortable writing PHP code, field keys are your friend, not field ids.
Please login or Register to submit your answer