not using "new" for custom fields
This commit is contained in:
parent
c8a0053e16
commit
977ef01c20
@ -35,12 +35,12 @@
|
|||||||
<div class="field is-grouped is-grouped-right">
|
<div class="field is-grouped is-grouped-right">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<label class="label">Key:</label>
|
<label class="label">Key:</label>
|
||||||
<input class="input" type="text" name="new_meta_key[]"
|
<input class="input" type="text" name="meta_key[]"
|
||||||
placeholder="eg. Department">
|
placeholder="eg. Department">
|
||||||
</div>
|
</div>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<label class="label">Value:</label>
|
<label class="label">Value:</label>
|
||||||
<input class="input" type="text" name="new_meta_value[]"
|
<input class="input" type="text" name="meta_value[]"
|
||||||
placeholder="eg. Finance">
|
placeholder="eg. Finance">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user