Callback to init jquery code after shortcode load
-
Analytics
-
General
-
How to add a Form on my page?
-
Why use Our Embed Contact Us Form Builder
- Suitable for all Theme
- You can apply your own CSS and JS
- Add multiple receivers + BCC facilities
- Allow Duplicate Entry
- After form submission event
- Creating multiple forms
- Built-in Antispam
- Spam filter using ReCaptcha.
- Your own email Inbox Design
- File Upload Feature
- Add submitted form ID on subject
- Webhook for leads
-
Email Capture Tools and ReCaptcha
-
Plans and Settings
-
Other
-
App DashBoard
-
Questions and Answer
After shortcode load if you want some jquery init then you have to use after shortcode load callback. like below example
<script>
function csFormShotcodeLoded(formId) {
if (formId == 'Your Form ID') {
[Your JS code]
}
}
</script>