Forums / Setup & design / Help with a simple form...

Help with a simple form...

Author Message

Lance Leger

Friday 13 June 2003 12:39:30 pm

I'm trying to create a simple form that basically increments an
int datatype on a specific node. There is little documentation
available on forms and I do not how they work. For example,
I can see that some form actions point to "/content/action",
what is the significance of this? I would also like to create a
form that just mails collected information to a specific address,
I do not want to store this information to the ez database.

I don't mind reading if anyone can point me in the right
direction. I'm finally starting to get a hang of the template
system, I just don't understand forms very well.

Thanks for your help.

Gavin Heaton

Tuesday 17 June 2003 9:51:03 pm

You have probably found this by now ... but the SDK has a lot of good reference material.

On forms in particular, look here:
http://www.ez.no/sdk/tutorials/view/forms

Follow the tutorial and you will have a form that does what you want.