Thanks@Darshil_Shah1@SanfordWhitemanthis one works to me
<script type="text/javascript">
// Get data from URL
var urlParams = new URLSearchParams(window.location.search);
var email...
It's only work with uppercase like this —»
?Email=oleg@test.com&FirstName=oleg&LastastName=rij&Company=rjlstudioIs there any way to catch url data with lowercase? like this —»
?ema...
Actually I want to create kind of thank you light box that will appear after i submit the form.I found some posts about lightbox but in some case i can't insert there many text and...