How can I pass logged in member's useid, name and email address to an embedded jotform javascript?
I am embedding a jotform into the wild apricot site to which I wish to pass the loggedin members's userid, name and email address so that the user doesn't not have to enter it again. Is it possible via simple URL parameters?
I am embedding the form via a simple javascript call
<script type="text/javascript" src="https://form.jotform.com/jsform/201402521458041"></script>
-
Nathaniel Lyttle commented
The API endpoint "/sys/api/v2/accounts/XXaccountidXX/contacts/me" allows you to retrieve information about the currently logged-in user. How you pass it to the embedded form Depends on the form and the jotform devblog is the place to ask about implementing that.