The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
public views or login by url - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: public views or login by url (/showthread.php?tid=623) |
public views or login by url - Hannes - Apr 1st, 2010 I want to publish a view of filtered submissions outside the formtools environment (accessible without user login). Can this be provided by formtools or the Wordpress plugin? This would mean a view without login requiered or a possibility to login by url like .../index.php?user=User&password=Password. best regards, Hannes. RE: public views or login by url - Ben - Apr 4th, 2010 Hi Hannes, Sure, no problem! The API has a function for exactly this purpose. Give this page a read over: http://docs.formtools.org/api/?page=ft_api_show_submissions That will let you display submissions that appear in any View in your own pages, and you can customize the appearance of the content by creating a custom Export Manager export type. The documentation page has more info. But there's no password protection built-into this. If that's a necessity, post back and I could give it some thought. All the best! Ben |