Textbox Value: $url_decode($(QUERY_STRING{'textbox'}))
Textbox2 Value: $url_decode($(QUERY_STRING{'textbox2'}))
CheckBox Value: $(QUERY_STRING{'checkbox'})
Radio Button Value: $url_decode($(QUERY_STRING{'radio'}))
Select Value: $url_decode($(QUERY_STRING{'select'}))
Multiple Select Values: $url_decode($(QUERY_STRING{'multiple'}))
Text Area Value: $url_decode($(QUERY_STRING{'textarea'}))
Thank You!