Forums

back to the thank you position - after submit form - scroll

hightower12 19 Nov, 2013
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,

<?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.
This topic is locked and no more replies can be posted.