How to change oracle apex 5 item after dynamic action button clicked?

2k views Asked by At

This is for Oracle Apex 5.

I have a static content item on my login page, it has registration fields with a dynamic action button. Upon the click of the button their details are inserted into a table. I'd like the fields to disappear and 'registered. email verification sent' text to appear in that static content?

If that's not possible, is there a way for me to write that text underneath the registration fields and at the same time, clear all the fields - after button click?

1

There are 1 answers

4
Cristian_I On BEST ANSWER

If I understood correctly you have a Static Content Region (not item) with some text as source and you want that text to change if so i suggest you add a Display Only Item inside the Static Content Region and in that Dynamic Action simply change the value of the item using pl/sql, javascript or Set Value Dynamic Action.

Edit: You can use this plugin to have a timer that will run a Dynamic Action to change the text.