The point of Boltwire is very much that a person with little or no
coding experience should be able to do things like this with minimum
effort.
The simplest way to implement what you are suggesting is by using the
list command.
The following code should work, but clearly my boltwire is a bit rusty
because the contents of the text field are not added to the list.
I'm sure someone will come along and correct my error shortly :/
[form]
Enter phrase to add to list:
[text phrase]
[session list_phraselist "+{~phrase}"]
[submit]
[form]
[t]
[(list "{:phraselist}" fmt="[r][c]{p}")]
[t]
On Jun 1, 10:13 pm, Bolti <[email protected]> wrote:
> Hello all,
>
> I'm continuing my BoltWire project and I have a new idea that I can't
> figure out how to implement. I'd like to have a form that receives
> information and then adds it to a table on the same page. It's
> basically an address book, so an alphabetical rearrangement would be
> nice, but it's not necessary.
>
> I'd like to ask whether the form project is something easy that
> somebody with non-coding experience (in other words I) should be able
> to figure out quickly or whether it's more complicated.
>
> The thing is, I'm thinking that BoltWire might be too complex for my
> needs or that it simply requires basic knowledge that isn't readily
> available in the documentation. I don't really have the time to learn
> a whole set of new skills, unfortunately.
>
> Is my feeling correct and should I perhaps be looking for wiki
> alternatives with a learning curve less steep, even if the wikis might
> be less powerful?
>
> Thanks!
--
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.