Viewerfuncion POST BUG

2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 8, 2010   (RSS)

By (Deleted User) - October 8, 2010

Hi,
I think i found a bug in viewerfunction.php

The history is:
I had a page with a php code to send an email and say "thank you" to the user.

The "thank you" message supose to be from a field in the CMS, but it never showed this message.

So i discover that, when you are posting data (POST method) to a page, inside this page the LIST function doesn´t work! It cant find any records...

So i had to make a direct access using the php mysql funcionts... and i could get the field value.