Contact form 1:
New windows
Where can I change the content and is it possible to delete the screen from the settings? I do not want people to see this page.
1
2
3
4
5
6
$(‘#example’).dataTable( {
“ajax”: {
“url”: “data.json”,
“dataSrc”: “tableData”
}
} );