📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:58:57
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_contact_form
✏️
Editing: layout-1.php
<?php if(class_exists('WPCF7') && !empty($settings['form_id'])) : ?> <div class="pxl-contact-form pxl-contact-form1 <?php echo esc_attr($settings['btn_width'].' '.$settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <?php echo do_shortcode('[contact-form-7 id="'.esc_attr( $settings['form_id'] ).'"]'); ?> </div> <?php endif; ?>
💾 Save Changes
❌ Cancel