/
home
/
techb158
/
dev.aleamaralawal.com
/
wp-content
/
plugins
/
gravityforms
/
js
/
/home/techb158/dev.aleamaralawal.com/wp-content/plugins/gravityforms/js
mkdir
upload
Name
Size
Mode
Actions
components/
-
0755
rm
vendor/
-
0755
rm
chosen.jquery.min.js
29121
0644
edit
dl
rm
conditional_logic.js
25420
0644
edit
dl
rm
conditional_logic.min.js
9961
0644
edit
dl
rm
datepicker-legacy.js
1565
0644
edit
dl
rm
datepicker-legacy.min.js
959
0644
edit
dl
rm
datepicker.js
6913
0644
edit
dl
rm
datepicker.min.js
2995
0644
edit
dl
rm
duplicate-submissions.js
3217
0644
edit
dl
rm
duplicate-submissions.min.js
903
0644
edit
dl
rm
forms.js
1933
0644
edit
dl
rm
forms.min.js
1036
0644
edit
dl
rm
form_admin.js
66106
0644
edit
dl
rm
form_admin.min.js
34185
0644
edit
dl
rm
form_editor.js
172745
0644
edit
dl
rm
form_editor.min.js
110165
0644
edit
dl
rm
gforms_hooks.js
4101
0644
edit
dl
rm
gforms_hooks.min.js
2139
0644
edit
dl
rm
gf_field_filter.js
12634
0644
edit
dl
rm
gf_field_filter.min.js
5894
0644
edit
dl
rm
gravityforms.js
109384
0644
edit
dl
rm
gravityforms.min.js
45488
0644
edit
dl
rm
index.php
27
0644
edit
dl
rm
jquery.json-1.3.js
4884
0644
edit
dl
rm
jquery.json-1.3.min.js
1720
0644
edit
dl
rm
jquery.json.js
5256
0644
edit
dl
rm
jquery.json.min.js
1823
0644
edit
dl
rm
jquery.maskedinput-1.3.1.min.js
4412
0644
edit
dl
rm
jquery.maskedinput.js
10652
0644
edit
dl
rm
jquery.maskedinput.min.js
4159
0644
edit
dl
rm
jquery.textareaCounter.plugin.js
6235
0644
edit
dl
rm
jquery.textareaCounter.plugin.min.js
1933
0644
edit
dl
rm
layout_editor.js
41234
0644
edit
dl
rm
layout_editor.min.js
13113
0644
edit
dl
rm
page_conditional_logic.js
5409
0644
edit
dl
rm
page_conditional_logic.min.js
2396
0644
edit
dl
rm
placeholders.jquery.min.js
4639
0644
edit
dl
rm
plugin_settings.js
1877
0644
edit
dl
rm
plugin_settings.min.js
1173
0644
edit
dl
rm
preview.js
2269
0644
edit
dl
rm
preview.min.js
1468
0644
edit
dl
rm
shortcode-ui.js
26346
0644
edit
dl
rm
shortcode-ui.min.js
10910
0644
edit
dl
rm
skip.js
127
0644
edit
dl
rm
skip.min.js
55
0644
edit
dl
rm
tooltip_init.js
2433
0644
edit
dl
rm
tooltip_init.min.js
1356
0644
edit
dl
rm
Edit:
/home/techb158/dev.aleamaralawal.com/wp-content/plugins/gravityforms/js/forms.js
(1933B)
function Form(){ this.id = 0; this.title = gf_vars.formTitle; this.description = gf_vars.formDescription; this.labelPlacement = "top_label"; this.subLabelPlacement = "below"; this.maxEntriesMessage = ""; this.confirmation = new Confirmation(); this.button = new Button(); this.fields = new Array(); } function Confirmation(){ this.type = "message"; this.message = gf_vars.formConfirmationMessage; this.url = ""; this.pageId = ""; this.queryString=""; } function Button(){ this.type = "text"; this.text = gf_vars.buttonText; this.imageUrl = ""; } function Field(id, type){ this.id = id; this.formId = window.form.id; this.label = ""; this.adminLabel = ""; this.type = type; this.isRequired = false; this.size = "large"; this.errorMessage = ""; this.visibility = "visible"; //NOTE: other properties will be added dynamically using associative array syntax } function Choice(text, value, price){ this.text=text; this.value = value ? value : text; this.isSelected = false; this.price = price ? price : ""; } /** * Create a form Input object. * * @since unknown * @since 2.5 * * @param {string|int} id The input ID. * @param {string} label The input label. * @param {string} [autocompleteAttribute] The autocomplete attribute value. */ function Input( id, label, autocompleteAttribute ) { this.id = id; this.label = label; this.name = ""; if ( typeof autocompleteAttribute !== "undefined" ) { this.autocompleteAttribute = autocompleteAttribute; } } function ConditionalLogic(){ this.actionType = "show"; //show or hide this.logicType = "all"; //any or all this.rules = [new ConditionalRule()]; } function ConditionalRule(){ this.fieldId = 0; this.operator = "is"; //is or isnot this.value = ""; }
Save
cmd:
run