BriannaWagner
7 years agoQrew Member
Save and Redirect Button doesn't work in Chrome
I am trying to save a new record in a form then have the user click my custom button that brings them to a 'success' page. The user is in "=ifv" mode so does not see the native save buttons. I also do not have the App box checked to Automatically Save the Parent Record when a child is created.
This Formula Rich Text field/button works to save and redirect in Internet Explorer/Microsoft Edge but does not work in Chrome which is why it is throwing me for a loop.
"<a class=\"Vibrant Success\" onclick='DoSaveAdd()' href= '" & URLRoot() & "db/" & "bmaspn8xp" & "?a=dbpage&pagename=success.html" & "' >Save and Continue</a>
This Formula Rich Text field/button works to save and redirect in Internet Explorer/Microsoft Edge but does not work in Chrome which is why it is throwing me for a loop.
"<a class=\"Vibrant Success\" onclick='DoSaveAdd()' href= '" & URLRoot() & "db/" & "bmaspn8xp" & "?a=dbpage&pagename=success.html" & "' >Save and Continue</a>