Dear Formidables…
I am trying to find a way of inserting a login form direct into my comments template, and not sure if this is possible – the release note says that you can use php but I can’t find any details of this. I’ve tried using:
<?php echo FrmProEntriesController::get_login(array(‘slide’ => 1)); ?>
No luck. Any way round this – is there some function I could add to activate get_login? Or have I missed something, somewhere?
If it’s not possible to insert the login slide form direct into my comments template (I want users to log in or register to comment on this site), I can direct users to a login page, no problem. The issue is then how to return to the comments form they left. Perhaps there’s a way of redirecting back upon login?
Any help, as usual much appreciated. Still think Formidable is fantastic.




September 27, 2012 at 11:07 am
Close. Try this:
echo FrmRegAppController::login_form(array('slide' => 1));
September 27, 2012 at 12:50 pm
Bingo - that works.
;-) … it came out of my earlier attempt to convert the shortcode direct into php … and it stuck
Topic closed.