Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter DIdesigns

    (@didesigns)

    i figured out what I needed… only issue now is your redirect happens really late.
    <?php
    session_start();

    $_SESSION[‘qcf1’] = $_POST[‘qcfname1’];
    $_SESSION[‘qcf2’] = $_POST[‘qcfname2’];
    $_SESSION[‘qcf3’] = $_POST[‘qcfname3’];

    ?>

    this allows me to use the submitted form content on the redirected page

Viewing 1 replies (of 1 total)