Anthony you are the man. That is precisely what I needed to get on my way.
This post in particular was roughly what I followed to accomplish what I wanted to do. http://forum.jquery.com/topic/submit-event-serialize-and-submit-buttons-get-the-button-name For anyone else reading this it is worth noting that one should be certain not to call the button "action" as that will mess with the form submission. Thanks again. I love this community. -David Bloom On Aug 22, 10:15 pm, Anthony <abasta...@gmail.com> wrote: > The way Ajax form submissions are being done with jQuery, the value of the > submit button does not get sent with the post data. > Seehttps://groups.google.com/d/msg/web2py/708hxAdDGKY/2bNwbQVXc04Jfor more > details (and possible workaround). > > Anthony