form submission [message #252687] |
Thu, 19 July 2007 11:43 |
ladybug
Messages: 1 Registered: July 2007
|
Junior Member |
|
|
Hi,
I am very new to Oracle Portal and this is my first attempt at working with oracle portal.
I have a form with some input fields of numbers, radio buttons, etc. and I want to submit the form (eventually to an email account).
At the moment, I am trying to just use submit button to insert a value into a table. How do I achieve this?
This is my HTML FORM TAG
htp.p('<FORM name=''Test Form '' actoin=' ||test_portlet.get_portlet_schema || '.test_portlet.submit_request METHOD=''POST'' enctype=''multipart/form-data''>');
And procedure submit request only does an insert into a table.
Please send me any suggestions or sample codes.
|
|
|
|