0

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.

Denoteone
  • 4,043
  • 21
  • 96
  • 150
  • The more usual way to do this is with a save and continue button inside of the form =/ - then you are submitting data. *If you use Jquery or Javascript you are going to be able to access the inputs* – Guilherme Silva Jul 31 '15 at 07:58
  • Check this http://stackoverflow.com/questions/2276463/get-form-data-with-javascript-jquery – Guilherme Silva Jul 31 '15 at 08:00

0 Answers0