Discussions

 View Only
  • 1.  I need to allow Everyone on the internet to attach a document

    Posted 02-08-2019 21:54
    I have a form that I allow everyone on the internet to fill out.  The user needs to be able to add multiple documents, so I have created another table "Add Supporting Documents" to allow them to upload multiple documents to one form.  

    When the everyone on the internet user tries to attach it takes them to log in.  
    I have made sure to give them access to the form table and the add supporting documents table.  

    "Add Supporting Documents" button Code:  

    URLRoot() & "db/" & [_DBID_CAR_SUPPORT_DOCUMENTS] & "?a=API_GenAddRecordForm&_fid_7=" & URLEncode ([ID])& "&z=" & Rurl()


  • 2.  RE: I need to allow Everyone on the internet to attach a document

    Posted 02-08-2019 22:32
    Can you check if you gave permission to the role that is assigned to "Everyone on the Internet" to be able to add records into the Documents table too.


  • 3.  RE: I need to allow Everyone on the internet to attach a document

    Posted 02-11-2019 13:18
    This worked.  Thank you!