Sharing form results to landing page

Your software
My Mautic version is:
My PHP version is: 7.4.22
My Database type and version is: 5.7.34-37

Your problem
My problem is:

I have created a form for an event. I wish to share the results of this form in a landing page which I can share with my colleague, so that they can always see the latest results from this form by sharing the URL.

The information asked is: First name + Last name + Email address, where I used the building blocks.

Steps I have tried to fix the problem:
I have no clue how to set this up.

As far as I know this is not possible “out-the-box” however it is very easy to call the form results from mysql and display them on a page.

Have a look at this stack overflow for instructions

Inside mautic database, you want to focus on the table form_results_[yourform]

1 Like

Thanks for your question, i am interested in this answer as well.

I think this tutorial should explain how to do this: How to Display MySQL Table Data - SiteGround Tutorials