Phil, After testing, I guess it works without the added line anyway. Works either way. Disregard correction.
Mike --- On Wed, 9/1/10, Michael Kann <[email protected]> wrote: From: Michael Kann <[email protected]> Subject: Re: Collecting Web Form Information Using a Loop To: "How to use Revolution" <[email protected]> Date: Wednesday, September 1, 2010, 12:23 PM Phil, I added a line to your solution. repeat with i = 1 to 40 put "Q" & i into tKey put the value of tKey into tKey --- ADDED LINE HERE put $_POST[tKey] & comma after theSubmission end repeat Mike _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
