NetTalk Central

Author Topic: Capturing posted fields from a 3rd party form  (Read 2396 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Capturing posted fields from a 3rd party form
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Capturing posted fields from a 3rd party form
« Reply #1 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