Create a form for Job Applicants to Submit Application

I want to use Glide to create rows in a Google Sheet.

Each row is a job applicant with various fields.

Want to be able to provide the URL but only allow users to Add an application and edit data before clicking “Add”.

No listing of existing rows.

Any ideas???

Just use a form in glide. You don’t have to show the results in a list of you don’t want to.

Que? What is a form? Do you mean a Glide Page? Tried using those and they don’t make sense. Doesn’t load any columns.
Have already set up an app working properly, just need to stop it providing access to anything but an ADD form.

Create a tab with a details style layout in your app.
Place a form button on it and nothing else. Users can click on the form button to submit their application to the Google sheet that you want to receive the data. Nothing will be displayed on the screen except for the form button and the form itself.

I would recommend applying row owners to the sheet that’s receiving the data to securely protect the data as well.

3 Likes

Many thanks Jeff. That did the trick :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.