Discover, trust, install: FAIR 1.0 is here

Jetstash Connect
Version: 1.3.4
Description
This plugin is built to help you easily embed your Jetstash form into your WordPress theme without making any code modifications. Just create a form on Jetstash and link it up via your API Key and a shortcode on the page desired. There is no limit to the number of forms that can be connected.
Installation
- Upload the Jetstash Connect plugin and activate it.
- Add your API Key and User ID from the your account page.
-
Place the shortcode on the page(s) you would like the form to appear on.
[jetstash form=”YOUR_FORM_ID”]
Faq
See the FAQs on support.
Reviews
Changelog
1.3.4
- didn’t properly checkut out v1.3.4 in plugin file
- updated tests to use newer editions of WP
1.3.3
- updated branding, logos, colors
- merge latests test checkout
1.3.2
- fixed jetstash menu overriding settings
1.3.1
- tagged versions correctly throughout plugin
1.3.0
- added banners and icons for wp.org
- trigger custom event after submissions
- if element is null, do not attempt to append
- wrapped settings, added styles
- moved php error messages to object
- only instantiate js object if id element exists in dom
1.2.0
- Moved markup into separate class
- Add logo, smart looping on options page, minor tweaks
- Move plugin to a top level position, king of the castle
- Invalidate cache on failure OR with a supplied form ID
- Fixed settings test, missing attribute
- Integrated initial gulp build system for javascript
1.1.0
- Rewrote ajax structure
- Fixed frontend js validation issues
- Fixed issue with base path called incorrectly
- Moved environment info into env_* files if needed
- Restructured main jetstash connect class
- Moved to environment variables for Travis CI
1.0.0
- Initial release