function add_form_to_layerslider($content) {
// Only apply this to pages with the LayerSlider shortcode
if (is_page() && has_shortcode($content, 'layerslider')) {
// Insert the Forminator form shortcode
$form_shortcode = '[forminator_form id="8277"]'; // Replace with your actual form shortcode
// Check if LayerSlider content exists and add form before the first layer
if (preg_match('/
Leave feedback about this