• I want to show a users form submission back to the user. They will be emailed a link such as https://www.website.com/?firstname=name

    I will then have my website get the “firstname” variable like

    $name = $_GET[‘firstname’];

    And use that to query WP Entries Database for their own submission, and then display it back to them. How would I do this?

  • The topic ‘Show individual submissions back to the user’ is closed to new replies.