mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-13 16:56:04 +01:00
missing data-grav-form to initialize js like selectize
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% set form_id = form_id ? form_id : 'blueprints' %}
|
{% set form_id = form_id ? form_id : 'blueprints' %}
|
||||||
|
|
||||||
<form id="{{ form_id }}" method="post">
|
<form id="{{ form_id }}" method="post" data-grav-form="{{ form_id }}">
|
||||||
{% for field in blueprints.fields %}
|
{% for field in blueprints.fields %}
|
||||||
{% if field.type %}
|
{% if field.type %}
|
||||||
{% set value = data.value(field.name) %}
|
{% set value = data.value(field.name) %}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% set form_id = form_id ? form_id : 'blueprints' %}
|
{% set form_id = form_id ? form_id : 'blueprints' %}
|
||||||
|
|
||||||
<form id="{{ form_id }}" method="post">
|
<form id="{{ form_id }}" method="post" data-grav-form="{{ form_id }}">
|
||||||
{% for field in blueprints.fields %}
|
{% for field in blueprints.fields %}
|
||||||
{% if field.type %}
|
{% if field.type %}
|
||||||
{% set value = data.value(field.name) %}
|
{% set value = data.value(field.name) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user