NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Devan on May 08, 2013, 03:13:40 AM

Title: Capturing posted fields from a 3rd party form
Post by: Devan on May 08, 2013, 03:13:40 AM
Hi all,

We are scoping out a project whereby we need to have a NetTalk procedure that will be the ACTION procedure for third party web forms where we might not know the field layouts.

I need to be able to get the procedure to parse through all the POSTed fields to isolate the variable names so that I can cherry pick only certain field values that are to be saved to a data file.

Are there any shortcuts to this, other than parsing through the header of the request?

Thanks,
Devan
Title: Re: Capturing posted fields from a 3rd party form
Post by: Bruce on May 08, 2013, 08:01:27 AM
all the posted fields will be parsed into the Value queue for you. and the value queue is just a property. So you can definitely loop through it. I think the book had a chapter on doing this, so take a look there.

cheers
Bruce