| @@ -25,8 +25,11 @@ | ||
| 25 | 25 | |
| 26 | 26 | public function supportedConditionalFields() |
| 27 | 27 | { |
| 28 | 28 | $supportedConditionalFields = [ |
| 29 | + 'input_hidden', | |
| 30 | + 'address', | |
| 31 | + 'input_name', | |
| 29 | 32 | 'select', |
| 30 | 33 | 'ratings', |
| 31 | 34 | 'net_promoter', |
| 32 | 35 | 'textarea', |
| @@ -41,11 +44,24 @@ | ||
| 41 | 44 | 'input_checkbox', |
| 42 | 45 | 'input_password', |
| 43 | 46 | 'terms_and_condition', |
| 44 | 47 | 'gdpr_agreement', |
| 45 | - 'input_hidden', | |
| 48 | + 'phone', | |
| 49 | + 'rangeslider', | |
| 50 | + 'net_promoter_score', | |
| 51 | + 'post_title', | |
| 52 | + 'post_content', | |
| 53 | + 'post_excerpt', | |
| 54 | + 'taxonomy', | |
| 55 | + 'input_image', | |
| 46 | 56 | 'input_file', |
| 47 | - 'input_image', | |
| 57 | + 'chained_select', | |
| 58 | + 'payment_method', | |
| 59 | + 'custom_payment_component', | |
| 60 | + 'multi_payment_component', | |
| 61 | + 'item_quantity_component', | |
| 62 | + 'cpt_selection', | |
| 63 | + 'dynamic_field', | |
| 48 | 64 | 'subscription_payment_component', |
| 49 | 65 | ]; |
| 50 | 66 | |
| 51 | 67 | $supportedConditionalFields = apply_filters_deprecated( |