Hi, I have a link on my website call select location which I can click. once clicked a popup appears from where i can choose a location. ( code below )
I am looking to do a conditional statement, if it equals true make this popup appear automatically:
if($example!==1) {
I need some javascript in here which will show to popup box automatically
}
Bookmarks