Hello, I have created an ACF field to add a URL when creating a new post. I am using DIVI, so I have designed a button and linked it to that field. So, When I make a new post, and after adding a link to the URL field, I can click the button and go to the linked page.
What I want to achieve is when someone clicks on the button, I want to send that person to another internal page before redirecting to the exact link that I have declared in the ACF field. Then show a Thank you message saying you will be redirected after X seconds.
So something like:
Click the button with ACF URL > redirect to Thank you. Wait X seconds internal page > Then send automatically to ACF URL.
How can I achieve it? Is it possible?