// Получаем значения скрытых полей из URL var urlParams = new URLSearchParams(window.location.search); var name = urlParams.get('name'); var email = urlParams.get('email'); var phone = urlParams.get('phone'); // Отображаем данные на странице document.getElementById('name').innerHTML = name; document.getElementById('email').innerHTML = email; document.getElementById('phone').innerHTML = phone;
Design creates culture. Culture shapes values. Values determine the future.
Curiosity about life in all its aspects, I think, is still the secret of great creative people.
Made on
Tilda