Hi Behrad,
Generally you should use a form for that.
You can also use Javascript to send an event back to the server.
That is what we use when we need ultimate flexibility.
You can read about it here:
http://zotonic.com/documentation/862/calling-zotonic-from-javascript
- Marc
On 19 jul. 2012, at 00:50, Behrad Zari wrote:
> How can I send page input values in a postback action? considering I have a text field and a button with a postback,
> how can I send my textfield value to postback? (If ignoring wiring a form, to a submit message.)