Forum Discussion

HankHalverson's avatar
HankHalverson
Qrew Cadet
3 years ago

Exact Forms

Hello,
I am following the exact form guide on the Quickbase help page but I am running into an issue. As directed, on the word document I put all my field id#s in tildes but Quickbase is not picking them up as field ID#s but rather just text. So the output on the exact form is, "~15~" rather than the content of field 15. Has anyone else encountered this problem or has any insight into how to solve it. If I find a solution I will post it in this thread. Thanks in advance!

Link to help page I have been using: Creating Exact Forms (quickbase.com)

------------------------------
Hank Halverson
------------------------------

6 Replies

  • I have a simple form built this way and it's working fine for me.   Is this the way you're entering them on your template?:

    Output:

    Note that you can use the field name as well as I have here.  



    ------------------------------
    Jeff Peterson
    ------------------------------

    • HankHalverson's avatar
      HankHalverson
      Qrew Cadet
      This is my input from the word doc that has been linked to my QB table. I used both the name and the FID# to see if it was a field formatting issue. 
      And this is the output in an Iframe.

      ------------------------------
      Hank Halverson
      ------------------------------
      • JeffPeterson1's avatar
        JeffPeterson1
        Qrew Captain

        I output mine with a URL button,  perhaps give this a try:

        URL Formula button:

        URLRoot() & "db/" & Dbid() & "?a=dbpage&pagename=" & URLEncode("YOUREXACTFORMPAGE.html") & "&clist=a&rid=" & [Record ID#]



        ------------------------------
        Jeff Peterson
        ------------------------------