Re: Hidden fields in forms
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-06-16 20:33:00
|
Hi Peter, On Wed, Jun 16, 2010 at 11:29 PM, Robert Iakobashvili <cor...@gm...>wrote: > Hi Peter, > >> >> 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. > > Look how to POST after GET. > >> -- >> Truly, >> Robert Iakobashvili, Ph.D. >> ...................................................................... >> www.ghotit.com >> Assistive technology that understands you >> ...................................................................... >> > |