" type="hidden" />
	<input name="leyka_ga_payment_method" value="<?php 
    echo esc_attr($pm->label);
    ?>
" type="hidden" />
	<div class='leyka-user-data'>
	<?php 
    echo leyka_pf_get_name_field();
    echo leyka_pf_get_email_field();
    echo leyka_pf_get_pm_fields();
    ?>

	</div>
	
<?php 
    echo leyka_pf_get_recurring_field();
    echo leyka_pf_get_agree_field();
    echo leyka_pf_get_submit_field();
    $icons = leyka_pf_get_pm_icons();
    if ($icons) {
        $list = array();
        foreach ($icons as $i) {
            $list[] = "<li>{$i}</li>";
        }
        echo '<ul class="leyka-pm-icons cf">' . implode('', $list) . '</ul>';
    }
    ?>

	</div> <!-- .leyka-pm-fields -->	

<?php 
    ?>
" />
		<input type='hidden' name="leyka_needy_type" value="<?php 
    echo $needyType;
    ?>
" />
	<div class='leyka-user-data'>

	<?php 
    echo leyka_pf_get_name_field() . leyka_pf_get_email_field() . leyka_pf_get_pm_fields();
    ?>

	</div>

<?php 
    echo leyka_pf_get_recurring_field() . leyka_pf_get_agree_field() . leyka_pf_get_submit_field();
    $icons = leyka_pf_get_pm_icons();
    if ($icons) {
        $list = array();
        foreach ($icons as $i) {
            $list[] = "<li>{$i}</li>";
        }
        echo '<ul class="leyka-pm-icons cf">' . implode('', $list) . '</ul>';
    }
    ?>
	</div> <!-- .leyka-pm-fields -->	

<?php 
    echo "<div class='leyka-pm-desc'>" . apply_filters('leyka_the_content', leyka_pf_get_pm_description()) . "</div>";
    ?>