petermiller1986
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
yes thanks for the quick reply webdorado 🙂
ok i figured it out.
$controller->execute($id);doesn’t do its own echo – it just returns a string. so we need to echo this:require_once(WD_FM_DIR."/frontend/controllers/FMControllerForm_maker.php"); $controller = new FMControllerForm_maker(); echo $controller->execute($id);its all working well now 🙂
unfortunately this is also not working. i tried putting it in the header.php file of my theme and it just fails silently and adds nothing to the page. i know the code is running because if i do:
echo WD_FM_DIR;then it outputs the path as text within the header. any more help would be appreciated.
i’m also having this problem. i want to include the form beside my header image but neither
echo do_shortcode('[Form id="1"]');norecho form_maker_front_end(1);are workingi’m using form-maker 1.7.9 and wordpress 3.9.1
Viewing 4 replies - 1 through 4 (of 4 total)