It should support two different data. In either case, I provide a
hidden field: <input type="hidden" name="redirect_fields">. The two
data are:
1) Specific data; I put the value of redirect_fields as
value="fieldname=value;fieldname2=value2" etc. These would be passed
as querystring parameters, as is, back to the webserver. They should
come to you URL encoded.
2) Form data; I put the value of redirect_fields as
value="some_field_in_form;some_field_in_form2", etc. These would be
passed as querystring parameters, with the data submitted within the
form.
I'd say that essentially, you'd just look for the =, and pass those
back unchanged, and any fields without = would have their values put
in.
Again, thanks! Let me know if you have questions related to this.
>
ander...@gmail.com