GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/plugins/complianz-terms-conditions/templates/wizard/content.php
<div class="cmplz-section-content">
    <form class="cmplz-form" action="{page_url}" method="POST">
		<input type="hidden" value="{step}" name="step">
		<input type="hidden" value="{section}" name="section">
		<?php wp_nonce_field( 'complianz_tc_save', 'complianz_tc_nonce' ); ?>

        <div class="cmplz-wizard-title cmplz-section-content-title-header">
			<h1 class="h4">{title}</h1>
			{flags}
		</div>
        <div class="cmplz-wizard-title cmplz-section-content-notifications-header">
			<h1 class="h4"><?php _e("Notifications", 'complianz-terms-conditions')?></h1>
		</div>
	    {learn_notice}
	    {intro}
		{post_id}
		{fields}
        <div class="cmplz-section-footer">
            {save_as_notice}
            {save_notice}
            <div class="cmplz-buttons-container">
                {previous_button}
                {save_button}
                {next_button}
            </div>
        </div>

    </form>
</div>