Insert value from a POST or a GET
-
Hi,
I have a first home made form like this
<form method="POST" action="/test_page"> <input type="text" name="testvar" value=""> <input type="submit" value="SEND"> </form>What I’m looking at is when the form is send on test_page the CFF fieldname2 for example take the value of the testvar variable.
Is this possible ? Can’t find a way.Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Insert value from a POST or a GET’ is closed to new replies.