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,