Forum Moderators: phranque
I appologize if this is not the correct avenue for my question. I have a web based form which clients fill out for one of my business, and the results are sent to my email.
However, i'd like to modify it such that when they fill out the online form, the results are sent to a "secure" area of the site where they can read what the user submitted - instead of it going to my email.
Does something like this exist? Can someone point me in the right direction for what i'm looking for? I'm not even sure what to search for...
Andrew.
Then you can use client side javascript to read the URL.
Better however to write it to a text file or database, and read it back securely to the web page.
the actual mechanics of doing it are pretty complicated to describe here.