Hi Guys
I have a question regarding a page reload or refresh even.
I have on an onLoad event the following:
$copy = [sett_copy];
set_menu();
//page content
?>
<style type=‘text/css’>
.page-header {margin-top:10px;margin-bottom-20px;border:none;text-align:center;}
.alert {margin-top:-40px;}
</style>
<?php
This basicly sets a bootstrap menu at the top of the form when the page is loaded, now when a user doesnt complete the form or makes as a mistake the page of course reloads, but then the menu is no longer displayed, which of course I want it too. Otherwise the form is basicly a blank ugly looking form without the menu and layout needed.
I have tried to add it to the other events such as Refresh, onvalidatefailure and also onnavigate, but on none of those will it display my menu when the form refreshes.
Any ideas where I can place that so that it is displayed at all times.
Thanks in advance