RE: [coldbox:18232] ColdBox 3.6: Loading a page with ajax that has a form

How are you submitting the form? Is the form itself actually posting to the server, or are you using JS to gather all the data from the form fields and making an Ajax call with the form data?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Using the onchange on the select dropdown. It calles the function and passes the value that was selected. I have a handler that grabs that value, then grabs a query using that ID. That is put into the rc as a query object then I can get the data on the view form. I then fill in the fields by placing the correct value in…

Ex: