I have generated some textboxes from a list, and I want to save the
value the user puts in. Just like saving data-variables (only they are
generated from {data} instead of list.)
My list looks likes this:
-----------------
[x] Mark [3,00]
[_] Jan [2,00]
[_] Boris [0,00]
-----------------
There is a checkbox, a label, and a textbox. This is the code:
----------------------
[(list page="group.whatever" template="[r][c][check name={+p} label=
{+p}][c][text x{+p}]")]
-----------------------
As you can see, the textboxed are named "x{+p}" which amounts to
xmark, xJan, xBoris, etc. How do I save these values in a CSV list as
a Datavar?
I tried several things, and I could not figure out how the Data action
works. After a while i noticted something weird: BoltWire does NOT
recognice variables like xJan, xMark, etc.. I think this is because
there are dynamically generated.
Does anyone know a solution to this?
thanks!
cheers,
Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---