|
Im using dw to create a form to be submitted into the database and after submitting it should go to the next page. The next page has the text to display certain form fields from the previous page but it doesnt showup? I have used <?php echo $_POST['name']; ?> if i change the form action field on the form page to sent.php it work but when i change it <?php echo $editFormAction; ?> then it doesnt work. Please find the header of the form page attached
|