Re: [fakeapp] Looping through the rows in CSV file - unknown problem.

289 views
Skip to first unread message

Todd Ditchendorf

unread,
May 1, 2013, 1:25:42 PM5/1/13
to Fake
Hi Witold, it looks like you are missing the "in form with name" value in your Set Value of HTML Element Actions.

If you specify form elements via the "name" attribute (and you are here), then you must also provide the form's name. Otherwise the identifiers would not be unique. The form name would be "foo" here:

<form name="foo">
    … elements here
</form>

(this is an HTML thing, not really a Fake thing)

TD


On Wed, May 1, 2013 at 8:30 AM, Witold Pociej <wpo...@gmail.com> wrote:
I try to create a loop which would enable me to create mail accounts for a group of students on my server basing on the csv file, unfortunately I can't do so and I can't figure out why..

I use javascript to import the files as shown on the attached screenshot I still get same error.

Coudl someone tell me what I'm doing wrong? Or how to check what's wrong, because the red bracket doesn't really tell much...

 

--
You received this message because you are subscribed to the Google Groups "Fake" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fakeapp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages