Hello, actually i have a problem with one table , I need it when writing in the field also overwrites in the advanced HTML.
I have one code in javascript but only fuction with individual fields not in tables
My table
This is my HTML advanced
This is my code in JavaScript
$(document).ready(function(){
$('#Field3(1)').change(function(){
valor=$(this).val();
$('#p1').val(valor);
});
});
'#Field3(1)' = name or ID of my field of my table
'#p1' = is the ID of my field HTML advanced