Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create my own form with textbox

VantasiaSep 11 2022 — edited Sep 11 2022

Hi everybody,
I'm a newbie in Oracle Apex and I would like to use my own created html form with textbox and have also a button in a region so I can view the data based on certain condition in where, but I don't know why this one is not working well. what do I really need to achieve this.

<form style="border:2px solid #ccc" action="https://apex.oracle.com/pls/apex/ora_app/cr/employees/" method="get">
<div class="container">
<br>
<p>
<label for="ename"><b>Name</b></label>
<input type="text" id="ename" name="ename" >
<br><p>
<div class="clearfix">
<button type="submit" class="displaybt">Display Data</button>
</div>
</div>
</form>

Really thank you very much for all your efforts and supports.

Regards,

Comments
Post Details
Added on Sep 11 2022
4 comments
432 views