skip to Main Content

I’m building a wordpress site with elementor pro.

I want to make a form (in which you enter some numerical data as metric cubes and other numbers) that redirects you to another page where that data is transformed. How can I do that?

2

Answers


  1. maybe you can use a template with html javascript linked by an external link button

    Login or Signup to reply.
  2. When redirecting to the other page (eg: site.com/other-page) you could include the "numerical data" as a Query String directly in the redirected URL (eg: site.com/other-page?data=1234). Then, upon initial loading of the other page, the data can be retrieved from the URL

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search