Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/public_html/inc/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: cta-section.php

Path: /home2/outerorb/public_html/inc/cta-section.php

Size: 1.61 KB

Permissions: 0666

<?php
/**
 * Reusable CTA (Call-to-Action) Section
 * Usage: include 'inc/cta-section.php';
 * This includes the "Subscribe to Industry Updates" section with email subscription form
 */
?>

<!-- rts cta area start -->
<div class="rts-cta-area-inner bg_image ptb--100">
    <div class="container">
        <div class="row">
            <div class="col-lg-12">
                <div class="cta-inner-content-inner-page">
                    <div class="left-side-content">
                        <span>Get Expert BPO Insights</span>
                        <h3 class="title">Subscribe to Industry Updates <br> & Best Practices</h3>
                    </div>
                    <form action="<?php echo $base_url; ?>mailer.php" method="post">
                        <input type="hidden" name="csrf_token" value="<?php echo htmlspecialchars($csrf_token ?? '', ENT_QUOTES, 'UTF-8'); ?>">
                        <input type="hidden" name="name" value="Newsletter Subscriber">
                        <input type="hidden" name="message" value="Please add me to the newsletter list.">
                        <!-- Honeypot -->
                        <div style="display:none;" aria-hidden="true"><input type="text" name="fax" tabindex="-1" autocomplete="off" value=""></div>
                        <input type="email" name="email" placeholder="Enter Your Business Email" required>
                        <button class="rts-btn btn-primary btn-white" type="submit">Subscribe Now</button>
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- rts cta area end -->

← Back to Directory Edit File 🔒 Chmod

WP File Manager