hello
is there a way to scroll / back - simple to position - to see thank you message
(contact form is the bottom of page so message is unvisible)
try this - but not working,
try also redirect to #name but not working,
only works with validation input - scroll to message.
thanks.
is there a way to scroll / back - simple to position - to see thank you message
(contact form is the bottom of page so message is unvisible)
try this - but not working,
<?php
$document = JFactory::getDocument();
$js = "
window.addEvent('domready', function() {
document.getElementById('kontakt').scrollIntoView();
});
";
$document->addScriptDeclaration($js);
?>
try also redirect to #name but not working,
only works with validation input - scroll to message.
thanks.