Example #1
0
                </div>

            </div>

            <div id="user-interests-box" class="questions-box">
                <div class="cc-headline"><?php 
echo !empty($current_user->user_firstname) ? 'Hi ' . $current_user->user_firstname : '';
?>
</div>
                <div class="cc-message">What are your goals for your ContactUs.com form?</div>

                <?php 
/*
 * GET GOALS
 */
$aryGoals = $cUs_CtCt_api->getGoals();
if (is_array($aryGoals)) {
    ?>
                    <ul id="user-interests">
                        <?php 
    foreach ($aryGoals as $Goal) {
        ?>
                            <li data-goals="<?php 
        echo trim($Goal);
        ?>
" <?php 
        if ($Goal === 'Other') {
            ?>
id="other"<?php 
        }
        ?>