A
A
Andrey Borchik2018-04-01 19:28:00
css
Andrey Borchik, 2018-04-01 19:28:00

How to open a form (modal window) when entering a specific URL?

Site arthata.by
How to open a form (modal window) when entering a specific URL?
Form - by clicking on the "Apply" button at the top of the site.
It is required to open this form if the user visits a certain page.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2018-04-01
@KickeRockK

That is, you want to open __YOUR__ form when a user visits __NOT YOUR__ page?
You can stand behind him and click on the link of your form, for example.

S
Shyngys Sailaubai, 2018-04-01
@chyngys_94

You can do it this way:
$(document).ready(function(){
if (current page = desired page)
{
Open modal window
}
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question