You can always press Enter⏎ to continue

Clone of Post Data to a Custom Thank You page using PHP

  • 1

    PHP codes used


    <html>
       <head></head>
       <body>
          <?php
             $enteranything = $_POST['enteranything'];
             echo "This is what you entered: " . $enteranything;
          ?>
       </body>
    </html>


    The Unique Name of the textbox is enteranything
    To get a field's Unique Name, refer to our guide here.

    Press
    Enter
  • 2
    Press
    Enter
  • Should be Empty:
Question Label
1 of 2See AllGo Back
close