PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 4.3.21
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v4.3.21
6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 3.6.66 All 195 releases
fluentform / public / js / fluentform_editor_script.js

fluentform_editor_script.js in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 4.3.21, at public/js/fluentform_editor_script.js

1 lines 756 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready((function(e){fluentform_editor_vars.forms.unshift({value:"",text:"--Select Form--"}),e("#fluent_form_insert_button").on("click",(function(t){t.preventDefault();var o=tinyMCE.activeEditor,r="fluentform-forms-popup-error"+(new Date).getTime();o.windowManager.open({width:400,height:100,title:"Add Form",body:[{type:"listbox",name:"form_id",label:"Select a Form:",values:fluentform_editor_vars.forms}],onselect:function(t){e("#"+r).remove()},onsubmit:function(t){if(t.data.form_id)o.insertContent("[fluentform id="+t.data.form_id+"]");else{t.preventDefault();var n=t.target.$el.find("#"+r);n=n.length||e("<div/>",{class:"error",id:r,style:"text-align:center;color:#dc3232",html:"No form is selected!"}).appendTo(t.target.$el)}}})}))}));