Skip to main content

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.

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