Add the Animal ID to the URL as a query parameter. The parameter key is "aid". The syntax will be "aid=X" where X is the Animal ID for the Animal
Append "?" to the link followed by each query parameter using "&" to separate the parameters
The easiest way to use the Form URL is to reference it via a button or a link allowing the user to click on the link and be taken to the form in a browser window. This method will take the user away from your website URL in the browser bar.
Another method is to embed the form in your website via the <iframe> element. Simply copy and paste the following code to your page.
<iframe src="https://demo.pawsumes.com/foster-application-1-128?embed=1" style="border: 0; width: 100%; min-height: 100vh;"></iframe>
<script type="text/javascript" src="https://demo.pawsumes.com/js/embediFrameScript.js"></script>
Demo Animal Rescue
123-456-7890 hello@demo.com
Demo Animal Rescue
123-456-7890 hello@demo.com
Demo Animal Rescue
123-456-7890 hello@demo.com
Conditional logic allows you to change what the user sees depending on the fields they select.
If a record is linked to this form, the system will try to auto-populate the field with content from data associated with the record (such as an Animal Record). Please indicate the data associated with this field
Note: Each row comprises of 12 total columns. Columns set to Auto will be dynamically calculated based on the number of elements in the row.
Note: Each row comprises of 12 total columns. Columns set to Auto will be dynamically calculated based on the number of columns in the row.
Conditional logic allows you to change what the user sees depending on the fields they select.