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="control">
|
||||
<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">
|
||||
</div>
|
||||
<div class="control">
|
||||
<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">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user