Get a professional website for $99 per month. One week turnaround.

How to Pass Form Data to Another Page

Home Elementor How to Pass Form Data to Another Page

May 8, 2023

In this Elementor Pro tutorial I will show you how to easily pass form data to another page and display it anywhere you can place a shortcode.

The good news is you can pull this off just using Elementor Pro and the free version of Code Snippets.

Purchase Elementor Pro:
https://wickydesign.com/get-elementor

Code Snippets Plugin:
https://wordpress.org/plugins/code-snippets/

Timestamps:

  • 0:00 Introduction
  • 1:14 Create Form
  • 2:25 Create Results Page
  • 2:59 Create Form Redirect
  • 5:48 Create Code Snippet
  • 7:38 Add Code Snippet
  • 8:13 Testing

PHP Code Snippet

				
					<?php
echo htmlspecialchars(isset($_GET["firstname"]) ? $_GET["firstname"] : '(First Name)');
?>
				
			

*Some of the links on this page are affiliate links, meaning we may receive a commission if you follow them. This allows us to continue providing free content and educational resources for you. Thank you for supporting our small business!

More Free Resources