Save
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
document.querySelectorAll('.c-item label').forEach((label) => {
|
||||
const inputWrap = label.querySelector('.wpcf7-form-control-wrap')
|
||||
const p = label.querySelector('p')
|
||||
if (inputWrap && p) {
|
||||
inputWrap.appendChild(p)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
jQuery(function ($) {
|
||||
if (!$('body').hasClass('page-id-47')) return
|
||||
if (!$('body').hasClass('page-id-134')) return
|
||||
|
||||
const $body = $('body')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user