$fields = apply_filters( 'va_render_form_fields', $fields, $listing_id, $categories );
foreach( $fields as $field ) {
if ($field_name!='FieldWeWantToHide') {
$html = html( 'div class="form-field"', scbForms::input_from_meta( $field, $listing_id ) );
echo apply_filters( 'va_render_form_field', $html, $field, $listing_id, $categories, $taxonomy );
}
}
There are currently 1 users browsing this thread. (0 members and 1 guests)