Support

Account

Home Forums ACF PRO Dynamically creating field based on select value Reply To: Dynamically creating field based on select value

  • It can be complicated. The best way to make it simpler is to create some fields that use conditional logic, use ACF to export them to PHP and then look at the conditional logic values in the field arrays. This value is an array with a nested array for each “OR” group and each of these nested arrays has additional nested arrays for each “AND” condition.