+44 (0)1223 659363 contact@acep.org.uk
[content_band style=”color: #333;” bg_color=”#ffddea” border=”all” inner_container=”true”] [custom_headline style=”margin-top: 0;” level=”h3″ looks_like=”h3″]Control Panel[/custom_headline]

[/content_band]

[insert_php]
global $ipt_fsqm_info, $wpdb;
$current_user = wp_get_current_user();
$formid=$current_user->description;
echo “Form numer: “.$formid.PHP_EOL;

$doit=”

Loading
“;
echo do_shortcode($doit);

echo “

Submissions in the last year

“;
$construct=”

No data yet.

“;
echo do_shortcode($construct);
$construct=”

No data yet

“;
echo “

Submission progress

“;
echo do_shortcode($construct);
[/insert_php]