terri333
terri333

Reputation: 37

Display a pop up form once a button is clicked in Oracle APEX

I am trying to find a way to display a pop up form once a button is clicked. Any ideas on how to achieve this?

Thank you in advance

Upvotes: 1

Views: 1508

Answers (1)

Littlefoot
Littlefoot

Reputation: 142705

One option is to

  • create a modal dialog page,
  • put any contents you want there
  • let the button navigate to a page within this application
  • specify the previously created modal dialog page

Upvotes: 2

Related Questions