I'm trying to just post the whole form without having to create a url, as you would need to get a call. All the tutorials that I saw for this, for some reason, create the URL of the parameter and send it through the sending ability. I want to be able to submit the form via the form identifier or form name, is this possible? The reason is that I will have some views, which can have from 2 to 1000 flags that the user can click (not my choice). The example I was looking at is basically this: http://www.captain.at/howto-ajax-form-post-request.php
I use type = "button" to make submit not in exchange or something like that.
Craig source
share