RichieEyles1
5 years agoQrew Member
check a box then redirect
Hello
Wanting to check a box before saving and redirecting to a landing page using rich text formula below.
Can anyone help with the checking the box component?
------------------------------
Richie Eyles
------------------------------
Wanting to check a box before saving and redirecting to a landing page using rich text formula below.
Can anyone help with the checking the box component?
var text redirectafter = URLRoot() & "db/" & Dbid() & "?a=dbpage&pageName=Landing Page.html" ;
"<a class='Vibrant Alert' style='width:80px; text-align: center; 'onclick='DoSaveAdd()' href='#'><img src=\"/i/clear2x2.gif\" onload=\"setTimeout(function(){ document.querySelector(`input[name='rl']`).value='' }, 1500);RedirectURL.value='" & $redirectafter & "';\"/>Submit</a>"
------------------------------
Richie Eyles
------------------------------