Is it possible to view entries from a form by embedding in a WP page rather than requiring viewing through the WP admin backend?
Is it possible to view entries from a form by embedding in a WP page rather than requiring viewing through the WP admin backend?
Currently form entries are only viewable in the admin. We would like to make it possible to display them on the front end via shortcode and function calls in the future, however currently they are only viewable in the admin.
It's possible to display them on the front end now, however it would take custom PHP code to do so. You'd have to write all the code to do so.