Google AppMaker Registration form with Photo Upload
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
add a comment |
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52
add a comment |
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
google-apps-script google-cloud-platform google-app-maker
asked Nov 22 '18 at 14:53
GlenGlen
1
1
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52
add a comment |
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52
add a comment |
1 Answer
1
active
oldest
votes
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53433521%2fgoogle-appmaker-registration-form-with-photo-upload%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
add a comment |
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
add a comment |
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
edited Dec 5 '18 at 0:03
answered Nov 23 '18 at 19:57
MonicaPCMonicaPC
1427
1427
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
add a comment |
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
1
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 '18 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 '18 at 22:35
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53433521%2fgoogle-appmaker-registration-form-with-photo-upload%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Google forms allows file uploads
– TheMaster
Nov 22 '18 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 '18 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 '18 at 16:52