Forum Discussion

ArchiveUser's avatar
ArchiveUser
Qrew Captain
7 years ago

I need to allow Everyone on the internet to attach a document

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()
  • SuryaExpert's avatar
    SuryaExpert
    Qrew Assistant Captain
    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.