The simpler media website CMS
Hi,
if I use the Zenpage or Bootstrap theme and add:
<?php printContactForm(); ?>
on a page the contact form is displayed with the checkbox to agree the submission of the form.
With the Paradigm theme active the contact form itself is displayed fine with the code above - but the checkbox and the "agreement text" is not displayed.
Is there a way tor force the display of the checkbox (and the text beneath it)?
Cheers
Ralf
Comments
Did you enable them?
sure.
You can see what I mean here:
https://www.ralf-kerkhoff.de/seiten/schlagworte
With the theme switcher just switch from zpBootstrap to Paradigm.
Perhaps the theme sets some contact form options somewhere and overrides what it should not do. Sorry, can't really help with this.
Paradigm uses its own contact form without the checkbox. You can see the
contact_form
folder within the Paradigm theme folder.Yes, forgot that themes might also do this. So just remove that from the theme folder (or rename it) and you should get the original one.
Hi,
thanks - removing the folder solved the problem.