echo $page_title;
?>
</h4>
				<p class="pb10"><?php 
echo $page_description;
?>
</p>
				<?php 
if (apply_filters('submit_profile_company_form_show', true)) {
    ?>
					<?php 
    if (dln_form_user_can_post_profile()) {
        ?>
						
						<?php 
        dln_form_profile_fields($profile_fields);
        ?>
						
						<?php 
        do_action('submit_profile_company_form_profile_fields_start');
        ?>
						
						<?php 
        foreach ($company_fields as $key => $field) {
            ?>
							
							<div class="form-group fieldset-<?php 
            esc_attr_e($key);
            ?>
">
								<?php 
Example #2
0
echo $page_title;
?>
</h4>
					<p class="pb10"><?php 
echo $page_description;
?>
</p>
					<?php 
if (apply_filters('submit_profile_form_show', true)) {
    ?>
						<?php 
    if (dln_form_user_can_post_point()) {
        ?>
							
							<?php 
        dln_form_profile_fields($point_fields);
        ?>
							
							<div class="panel-footer">
								<div class="form-group no-border">
									<label class="col-sm-3 control-label"></label>
									<div class="col-sm-9">
										<?php 
        wp_nonce_field('submit_form_posted');
        ?>
										<input type="hidden" id="point_id" name="point_id" value="<?php 
        echo esc_attr($point_id);
        ?>
" />
										<input type="hidden" id="dln_form" name="dln_form" value="<?php 
        echo esc_attr($form);