Forum Discussion
hhersch
7 years agoQuickbase Staff
You will need to ensure all URLs are secure. We removed the checkbox you are referring to as all internet communication should be over TLS at this point. In your formula where the button exists, do you have it configured for http://?
_anomDiebolt_
7 years agoQrew Elite
Try this:
"<a href='https://subdomain.quickbase.com/db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=XXX&_fid_24=XX&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#]) & "'><img src=\"XXX.png\"></a>"