I use TYPO3 8.7. I want to include contact form on site via typoscript. This contact form inserted in gridelement with id=29. In typoscript I write
lib.contactForm = RECORDS
lib.contactForm {
source = 29
tables = tt_content
dontChekPid = 1
}
When I logged into back-end I see the form. When I logout from back-end I don't see my form.