Thread Starter
heqtor
(@heqtor)
i Think i solved the problem here;
document.addEventListener( 'wpcf7submit', function( event ) {
var lpLocation = document.getElementById("menu-831").value;
if (lpLocation == "1900") {
location = 'https://facebook.com/';
} else if (lpLocation == "2000") {
location = 'https://google.com/';
}
}, false )
-
This reply was modified 4 years, 8 months ago by heqtor.
Thread Starter
heqtor
(@heqtor)
i solved the problem [otp-email-729] this way. İt is simple 🙂