Purpose: Demonstrate emailing a HTML survey and then retreiving the posted results from the survey
Forum Link
An email will be sent to the address below with HTML code in the message. The HTML includes a form to be filled in by the user and then submits the form to a PL/SQL procedure which will save the posted values and redirect back to this page to display the results. The technique used of submitting a HTTP post request to a PL/SQL procedure is discussed in the topic,
Post HTTP form to PL/SQL Procedure
Note: It may take a while for you to get the email