Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Refresh form with new template (Priority support)
#4
I found a solution which works!
I am posting it here because I think it may help other developers.
The link to run the Ajax function to switch the template is written like that:

<a href="#" onclick="JsFunction()">
The href="#" links to the current page. But if you remove # and write it like that:

<a href="" onclick="JsFunction()">

It refreshes the page without prompting any message!
Reply


Messages In This Thread
RE: Refresh form with new template (Priority support) - by valmeras - 04-28-2023, 05:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)