Esempio n. 1
0
?>
</strong> <br />
IP: <strong><?php 
echo fm_summary_the_IP();
?>
</strong> <br />
<?php 
/* The code below displays each form element, in order, along with the submitted data. */
?>
<ul id="fm-summary-multi">
<?php 
while (fm_summary_have_items()) {
    fm_summary_the_item();
    ?>
	<?php 
    if (fm_summary_the_type() == 'separator') {
        ?>
		<hr />
	<?php 
    } elseif (fm_summary_has_data()) {
        ?>
		<li<?php 
        if (fm_summary_the_nickname() != "") {
            echo " id=\"fm-item-" . fm_summary_the_nickname() . "\"";
        }
        ?>
><?php 
        echo fm_summary_the_label();
        ?>
: <strong><?php 
        echo fm_summary_the_value();
Esempio n. 2
0
?>
</strong> <br />
IP: <strong><?php 
echo fm_summary_the_IP();
?>
</strong> <br />
<?php 
/* The code below displays each form element, in order, along with the submitted data. */
?>
<ul id="fm-summary">
<?php 
while (fm_summary_have_items()) {
    fm_summary_the_item();
    ?>
	<?php 
    switch (fm_summary_the_type()) {
        case 'separator':
            ?>
<hr /><?php 
            break;
        default:
            if (fm_summary_has_data()) {
                ?>
		<li<?php 
                if (fm_summary_the_nickname() != "") {
                    echo " id=\"fm-item-" . fm_summary_the_nickname() . "\"";
                }
                ?>
><?php 
                echo fm_summary_the_label();
                ?>