Can the Field Values be accessed from javascript in the form and be passed to another program?

  • 16 September 2014
  • 2 replies
  • 6 views

I am looking for an example of how to get values from the fields setup in the page so they can be sent via API call the javascript imbedded in the page.


2 replies

Userlevel 3

Hey David

You could try using jQuerys .val() method to target the form field and grab the value:

http://api.jquery.com/val/

As for getting your field id, you can do so by double clicking your form (anywhere except the button), selecting a field, and referring to the grey text below your field label:

http://screencast.com/t/zatUFgNcMtn3

Thanks for the reply - Does anyone have example Code of this being done in unBouncd ?

Reply