Hey Ya'll I have a question (sorry dont have code, but i'll try my best explaining) I have an input text field with a value in it....that value goes into a variable...
$amount = $_POST['amount']
So in this form if something is missing and the user gets an error message (something didn't match up or invalid information) I would like the variable $amount put back into the input text field...is this possible?
Sorry for lack of details, but I have no idea how to code this.
Thanks
$amount = $_POST['amount'];