How to query data from your plug in
-
Good afternoon,
I am new it web design and I have project where I need to pull data (Category and Job title) in to my custom form. I use Cognito forms. Cognito form has an option to pass value in to the form:
——————————————————
Example:
<div class=”cognito”>
<script src=”https://services.cognitoforms.com/yourforminfo”></script>
<script>Cognito.load(“forms”, { id: “27”, entry: { “Name”: { “First”: “Bart”, “Last”: “Simpson” } } });</script>
</div>
——————————————————
Can you help me figure out how to pull Category and and Job Title in to that script please.
I would greatly appreciate any help.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to query data from your plug in’ is closed to new replies.