Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Can you try this as a formula URL field type labelled "Mark as Done" and see if it retains the DF?
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"