Is there a way in custom form where by all the responses submitted that are saved in the database are "selected" and retrieved in a report (on/ off) screen.
i think i found out the submission log page has both question and answers.
i am getting the following error within custom form.
PHP Notice
File: /usr/share/pear/Mail/mail.php Line: 121
Message: Use of undefined constant PEAR_MAIL_FAILED - assumed 'PEAR_MAIL_FAILED'
Backtrace: Show
Looks like an error with the PEAR mail module. I think what's it's trying to tell you is that it couldnt send an email when it wanted to.
Make sure your server can send mail.
I'm not sure if that server is configured to allow mail to be sent. Certainly your network configuration would probably prevent any mail from being delivered successfully.