>
Download This Plugin | |
Download Elegant Themes | |
Name | Ninja Forms RAW field |
Version | 1.0 |
Author | Eduardo Aranda |
Rating | 0 |
Last updated | 2014-11-20 06:29:00 |
Downloads |
85
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Ninja Forms RAW field plugin added 14 bytes of resources to the Home page and 14 bytes of resources to the sample Post page.
Ninja Forms RAW field plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Ninja Forms RAW field plugin ads no tables to your Wordpress blog database.REQUIRES NINJA FORMS
This plugin adds a custom RAW field to output custom Javascript or HTML in field settings.
Example: Add a JQuery to show/hide fields depending on the user input.
Add a field and enter this code (change the IDs)
<script type="text/javascript">
/*document ready waits the page to load*/
jQuery(document).ready(function() {
/*when this checkbox is checked, display another field*/
jQuery('#ninja_forms_field_106_0').change(function () {jQuery("#ninja_forms_field_109_div_wrap").toggle(this.checked);}).change();
});
</script>