Ready for another day of debugging.
It seems that using include_once("form.php"); doesn't produce anything, and include("form.php"); gives me the empty form as shown in the post above. So following the guidelines from Bob, I don't get a form at all. Including PHP works, tried that with a
- Code: Select all
[[ php ]] echo "test"; [[ /php ]]
which just works.
I have reinstalled Pivot, reinstalled the form code. And I'm really ready to pull my hair out....

UPDATE:
Because I am running this on my own server, I decided to test on the server of my hoster, for another site I have. And what do you think? It works. Narrowed the problem down to server settings, and not code. So I guess I have to start comparing the output of phpinfo() now.....
UPDATE2:
no changes seen in the php_info() page... weird...
