Is it possible to access information in a form when a link is clicked outside of the form using ColdFusion?
For example: I have a list of products and if you click "Edit" that products info is loaded into a form that the user can update. The link the user had clicked to edit has now toggled to "Save and Continue". MY QUESTION: On Click of "Save and Continue" can I access specific fields in the form to pass to my query? The "Save and Continue" is not an input in the form.
Let me know if that needs more explanation.