Hi All,
Any idea how to redirect after a CustomAdd?
I don't want to add to the table I'm editing, I want to save to a temp table and then redirect to the edit of the temp table.
I've tried the following near the end of the CustomAdd but it's not working:
header("Location: http://localhost:8085/paymenttemp_edit.php?editid1=".$values['paymentid']);
Any idea how to redirect after a CustomAdd?
I don't want to add to the table I'm editing, I want to save to a temp table and then redirect to the edit of the temp table.
I've tried the following near the end of the CustomAdd but it's not working:
header("Location: http://localhost:8085/paymenttemp_edit.php?editid1=".$values['paymentid']);