13 lines
258 B
Markdown
13 lines
258 B
Markdown
---
|
|
favicon: /favicons/jotform.svg
|
|
items:
|
|
- name: New submissions
|
|
desc: Triggers when a new submission has been added to a specific form.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|