mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-18 03:00:56 +01:00
Process all page form elements
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
values = {};
|
||||
|
||||
// Get form values that are not handled by JS framework
|
||||
Form.findElements(this.form, 'input, textarea', '[data-grav-field]', true).each(function(input) {
|
||||
Form.findElements(this.form, 'input, textarea', '', false).each(function(input) {
|
||||
var input = $(this),
|
||||
name = input.attr('name'),
|
||||
value = input.val();
|
||||
|
||||
Reference in New Issue
Block a user