Forum Discussion

VincentDiNotte_'s avatar
VincentDiNotte_
Qrew Member
12 days ago

Pipeline Help with Formstack

Hello All!

This is my first post to the discussion board.  I'm hoping someone can help me with a button and a pipeline.

I have a button that when pushed is supposed to start my pipeline to link to Formstack and generate a document with data from QuickBase.  However, when this butt is clicked, we receive a URL error "about:blank#blocked" Formstack reviewed my internet settings and we have tried different browsers to end up with the same error.  Can anyone help me with this? TIA!

 

    • VincentDiNotte_'s avatar
      VincentDiNotte_
      Qrew Member

      var text check = "<a style='text-decoration:none; background:#791e87; border-radius: 5px; color:#f5f4f5; display: inline-block; padding: 10px ; width:170px; text-align: center; margin:auto; text-shadow: none; box-shadow: 2px 2px 4px -1px grey;' href='" & URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [DSA Client ID#] & "&_fid_414=1&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()) & "'>Send 2553</a>";
       
      //var text uncheck = "<a a style='text-decoration:none; background:#2c9382; border-radius: 5px; color:#f5f4f5; display: inline-block; padding: 10px ; width:170px; text-align: center; margin:auto; text-shadow: none; box-shadow: 2px 2px 4px -1px grey;' href='" & URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [DSA Client ID#] & "&apptoken=APPTOKEN&_fid_104=0&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()) & "'>Toggle Uncheck</a>";
       
      If([Checkbox] = false, $check )