We have a need for users to fill out an electronic form. I then want this data to be available in a SharePoint list for tracking purposes. SharePoint is in a hosted environment where I do not have access to the server. I only have Site Collection rights.
90% of the users currently do not have access to the SharePoint environment, so InfoPath doesn't look to be a viable option.
Was going to attempt to use a PDF to send data to SharePoint, but I cannot use an event handler because it needs to be placed on the server.
I would like to take a filled out PDF and place it in a document library, where it will trigger a workflow that would extract the data and put it into a list. Is this possible? Or another solution?