Treat yourself this Halloween 🍬

Use coupon code HALLOWEEN20 for 20% off sitewide!

0Days

0Hours

0Minutes

0Seconds

Jan 6, 2020 | WordPress

How to display Caldera Forms entries on the front-end?

Caldera Forms is a useful and free plugin when it comes to creating a contact form, survey form, or whatever kind of form. It’s an easy to use plugin and form builder with lots of features and functionalities. On top of that, it also records or collects entries that get type in the form fields. Because after all, it is the main purpose of creating a contact form on the website: to collect useful data. So we can make our business better and grow.

The idea behind recording entries’ data in the back-end of the Caldera Forms is excellent, but sometimes users need it to be shown on the front-end as well. It could be for any reason, and to accomplish that, you can wander. But don’t worry, there is a way, actually two. There are two simple ways to show Caldera Forms entries on the front-end of your website.

1. Using Shortcode

Use below Shortcode on the page where you want to display Caldera Forms’ recorded entries.

[caldera_forms_entry_viewer id="Your Form ID"]

2. With PHP

If you want to use the Caldera form to display the form entries on the front-end using custom code instead of the Shortcode method above, you could use the snippet below to integrate Caldera Forms’ entries in your theme file. Simply paste the code below at the desired output location, and display form entries where you want on your website.

<?php
if ( class_exists( 'Caldera_Forms_Forms' ) ) {
    $form = Caldera_Forms_Forms::get_form( 'Your Form ID' );
    if ( is_array( $form ) ) {
        echo Caldera_Forms_Entry_Viewer::form_entry_viewer_2( $form );
    }
}

We hope that the above steps would help you set up display Caldera Forms’ entries in the front-end. But if you still want more help, then contact us, we’ll be more than happy to assist you.

Posted By:
Karan
Karan loves making web beautiful with his keen eyes toward design.

2 Comments

  1. HMP

    I used the shortcode provided ([caldera_forms_entry_viewer id=”Your Form ID”]) to display select fields from my form, and it worked beautifully for me. But non-admin visitors to my website see only “You are not allowed to view this.” where I see the table as I want it. Is there a way to fix this? I need my form-fillers to see the number entered in on the last form, so they know which number to use next.

    Reply
  2. Marliese

    Hello. I’m trying to display my Caldera Forms (free version, and yes, I know they’re retiring soon) entries on the frontend using the short code you provided ([caldera_forms_entry_viewer id=”Your Form ID”]). It works beautifully, but only for me as the website admin. Visitors to the webpage see “You are not allowed to view this” where I see the table. Is there a way to fix this? I need a single piece of information from the form to be visible to my users so they know which number to use next.

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments

  1. HMP

    I used the shortcode provided ([caldera_forms_entry_viewer id=”Your Form ID”]) to display select fields from my form, and it worked beautifully for me. But non-admin visitors to my website see only “You are not allowed to view this.” where I see the table as I want it. Is there a way to fix this? I need my form-fillers to see the number entered in on the last form, so they know which number to use next.

    Reply
  2. Marliese

    Hello. I’m trying to display my Caldera Forms (free version, and yes, I know they’re retiring soon) entries on the frontend using the short code you provided ([caldera_forms_entry_viewer id=”Your Form ID”]). It works beautifully, but only for me as the website admin. Visitors to the webpage see “You are not allowed to view this” where I see the table. Is there a way to fix this? I need a single piece of information from the form to be visible to my users so they know which number to use next.

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Top WordPress Halloween Deals on Plugins, Themes and Hosting in 2025

Top WordPress Halloween Deals on Plugins, Themes and Hosting in 2025

Halloween 2025 is packed with killer discounts for WordPress enthusiasts, especially Divi users. Mix in Divi-specific tools with essential plugins, themes, and hosting to level up your sites at slashed prices. We've rounded up standout offers to help you build faster,...

How to Add a Product Search Bar in Divi?

How to Add a Product Search Bar in Divi?

If you have an e-commerce store, it is key to make it easy for customers to find and purchase products.  If you are using the Divi website builder, you are among the lucky ones, due to the ease of adding the Divi product search bar. The faster it is to find...

What Is Woo Product Gallery and How to Add It in Divi 5?

What Is Woo Product Gallery and How to Add It in Divi 5?

A product gallery can help you display products to your target customers easily.  The customers will see a wide variety of products in different dimensions and variants. Therefore, they can make an informed decision based on what they see. This can help boost...

Divi WooCommerce Extended