Re: Hidden fields in forms
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-06-16 20:29:08
|
Hi Peter, On Wed, Jun 16, 2010 at 11:05 PM, Peter Becker <pwb...@ho...> wrote: > Thank you Robert. I have read all the documentation several times, and > find no reference to this issue. > I do not have a problem compiling, running etc, so the details requested on > the PRF are truly irrelevant. My question is about functionality, as > described. > This is a common mistake. > > I want to know if I can pick up the value of a hidden field as below, and > post that back. > > <input type='hidden' id='securitytoken' name='securitytoken' value='123456789abcdef0123456' > /> > When I try to use RESPONSE_TOKEN=securitytoken, the value of this token is > recorded as 'name', but (of course) I need to post back > 123456789abcdef0123456. > This is explained in docs/FAQs within curl-loader bundle, in man page of curl-loader-config and examples are in conf-examples. > > Kind regards, > Peter > ------------------------------ > Date: Wed, 16 Jun 2010 21:33:41 +0300 > Subject: Re: Hidden fields in forms > From: cor...@gm... > To: cur...@li... > > Hi Peter, > > On Wed, Jun 16, 2010 at 11:42 AM, Peter Becker <pwb...@ho...>wrote: > > I have just started to use curl-loader and its looking great! > > But I have hit a problem with securit > > The site uses a hidden field which has a randomly generated value, like this: > > <input type='hidden' id='securitytoken' name='securitytoken' value='123456789abcdef0123456' /> > > Please, provide your filled PRF (PROBLEM-REPORTING Form) > > > I need to post this back when POSTing the form. Is this possible with > curl-loader? > If not, are there plans to implement it? It seems that scan_for_key and > scan_for_value would need to be changed... > > > > Look in the examples and read the FAQs. > There are a couple of ways to make POSTING, including taking params from a > file. > > > > > ------------------------------ > Hotmail: Powerful Free email with security by Microsoft. Get it now.<https://signup.live.com/signup.aspx?id=60969> > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com > Assistive technology that understands you > ...................................................................... > > ------------------------------ > Hotmail: Free, trusted and rich email service. Get it now.<https://signup.live.com/signup.aspx?id=60969> > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |