I need a contact form (name, address,...) on every page of a web site. Thinking about putting the form into layout.html and use some Ajax to send entered values to be processed by a controller. I would like to avoid page reload on form submission.
I found 2 possible solutions in the archive: 1. http://groups.google.com/group/web2py/browse_thread/thread/f162f35e4a84ee48/11524d762a9b1356 Is this incomplete? How process function is called? 2. http://groups.google.com/group/web2py/browse_thread/thread/82fad17e26e1739a/c6a9cfd878653969 I ran application mentioned in the thread. This is probably close, but complicated. What is good and simple approach to this issue? I do not have much experience with Ajax. Thanks Julius