Cookbook
Here we collect a series of odds and ends related to the kinds of common things you might do with Alpaca. You might consider this a collection of best practices though certainly not the only way to do things.
Refreshing a Form
If you render a form at some point decide that you want to refresh it, you can use the get
special function to acquire the Alpaca control and the refresh
method to do the deed.
You might try something like this:
{% raw %} {% endraw %}