Ask questions about our products
I want to offer rolls in 4, 6 and 8 counts at a set price for each quantity in the Brioche hamburger rolls. Which option of “sold by” allows me to do this? They all seem to want an individual item cost
Hi Tina, There are two options. You can either set up the product to be sold by quantity and enable the bulk discount option to set prices for quantities of 4, 6, and 8, or set up the product to be sold by variants, creating three variants—Pack of 4, Pack of 6, and Pack of 8—with variant pricing. You can also choose to enable the option to allow multiple variants to be added, as well as the ability to order more than one of each variant.
Third request for support. This form is not capturing data.
Hi Gerard, We sent you an email and also replied to your post in the forum (see link below): https://near.tl/support/forum/formfacade/this-is-the-second-time-this-problem-is-being-repo.-OUowK6AppNkLn5LzDyx.html Did you follow the instructions in our reply? If you are still experiencing issues, please provide the following details: 1️⃣ Are the responses not being recorded in Formfacade? 2️⃣ If the responses are recorded in Formfacade but not in Google Forms, have you enabled the Submit to Google Forms option in Formfacade? 3️⃣ If the Submit to Google Forms option is enabled, did you try submitting a test response after enabling it? 4️⃣ If the response is not being recorded in Google Forms, please check the Additional details section for that response 5️⃣ If it shows any error message for Google Forms submission status, share a screenshot of the Additional details section along with the link for your form. Note: We won’t be able to assist you if you don’t provide any details and continue posting repeatedly without additional information.
This is the second time this problem is being reported. People are completing the online form but their data is not being recorded.
Hi Gerard, We sent you an email on July 8. I'm posting the reply here in the forum in case you're not receiving our emails. By default, the responses will be recorded only in Formfacade. You can view the form submissions in the Formfacade Responses and the Reports page. If needed, you can enable the option to submit responses to Google Forms. Submit to google forms Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Edit page, click on the form title to select it > click on the settings gear icon > Form settings page will be displayed > click Advanced > enable the Submit to google forms option and click Save. Once enabled, new responses will be recorded in Google Forms. If you have linked your google forms with google forms, the responses will be synced to google sheets. This is a google forms feature. If you have enabled the submit to google forms option in Formfacade, but the responses are not recorded in Google Forms, you can track the submission status. Track submit status Login to Formfacade > click on the form to open it > Edit page will be displayed > click Responses > In the Responses page, click on an response to view the details > scroll down and check the Additional details section > The status for "Google Forms" should be displayed as "Submitted". Otherwise, it will display the error message along with the option to resubmit.
What is the difference between automated and manual payment in the growth option?
Payment options We have integrated with Stripe (Card, Apple Pay, Bancontact, Paynow, Cash App, iDeal) and Paypal (Paypal, Venmo) for automated payments. In addition, you can also enable manual & offline payment methods such as UPI, Cash App, Zelle, Lydia, cash on delivery, bank transfer, check. Enable payments Login to Neartail > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, scroll down to the payment section > click Enable > Payment settings page will be displayed > click Enable payments > The payment options supported in your country will be displayed > configure the preferred payment options and click Save. Please refer to the link below to learn about the manual and automated payment options. https://neartail.com/payment/neartail-payment-options.html
Hi, How do I align a form to the right and support RTL langue ?
The text direction will be automatically set based on the language selected in the form. Login to Formesign > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, scroll down to the submit section > click on the settings gear icon > Button settings page will be displayed > select the preferred language and click Save.
Can Neartail manage inventory? e.g., if I have only 1 unit of something, once that unit is ordered, it will show as sold out?
Hi Amy, If you have products with limited stock, you can enable the inventory option and set the available stock quantity. Neartail will track product orders and automatically update the stock. When the available stock reaches zero, the product will be marked as out of stock on the form, and users will no longer be able to place orders for it. Enable inventory Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on a product to select it > click on the settings gear icon for that product > Product settings page will be displayed > click Advanced > enable the inventory option, update the available stock and click Save.
I am attempting to set up my delivery fee based on the quantity of items. For one item, the delivery fee is a flat $5.00, with an additional $2.00 for each additional item. I have attempted to use the help feature for the formula, but it is not working. Can I get an assist with this formula?
Calculate delivery fee In the Neartail Edit page, click on the Add price field icon > select Delivery fee, click Next > select Custom calculation, click Next > Enter the below formula and click Create. IFS(QUANTITY() > 0, 5 + 2 * (QUANTITY() - 1), 0) Calculate total amount In the Neartail Edit page, click on the Add price field icon > select Net amount, click Next > select Standard calculation using NETTOTAL() formula, click Next > click Create.
How can I adjust the columns in my reports so that they can either be enlarged, reduced or allow for wrapping text? I would also like to set these reports up to run on a weekly or monthly basis for our foster coordinators. Karen Newberry
Hi Karen, Formesign Reports does not offer the option to wrap text within a column. However, you can increase the column width (see screenshot below) or double-click any cell in a row to view the full response—similar to how it is displayed on the Responses page.
I have set up an upcoming event with two dates for registrants to choose from. Can I set up registration limits for each date? Or should I set up two separate forms, one for each date?
You have added a checkboxes question "Workshop date" with the two dates as answer choices and a product sold by quantity for "Registration fee". If you would like to limit for each workshop date, then you must set it up as a product and enable the inventory option. Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > click on the Add product icon > enter the product title "Workshop registration", select "Sold by variant", enter the price, set the max quantity as 2, enter the two workshop dates as variants > click on the settings gear icon > Product settings page will be displayed > enable the "Allow users to select multiple variants" > click Advanced > enable the inventory option, enter the available stock (see screenshot below) and click Save.
I want to add £3.99 delivery charge to all orders below £25 and free delivery for £25 or above orders. How can I do it on near tail form.?
You can use the IFS function to set the delivery fee based on the order amount. Please follow the instructions below. Calculate delivery fee Login to Neartail > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on the Add price field icon > select Delivery fee, click Next > select Custom calculation, click Next > Enter the below formula and click Create. IFS(Order Amount >= 25, 0, 3.99) Calculate total amount In the Neartail Edit page, click on the Add price field icon > select Net amount, click Next > select Standard calculation using NETTOTAL() formula, click Next > click Create.
Is there a way to embed a calendly schedule into the google form? so that when people filling out an inquiry form to work with us can also book a call while on the page?
Formfacade doesn't support embedding Calendly directly into Google Forms. However, you can redirect the users to the calendly page when they submit the form. If you are collecting name, email, phone etc, you can choose to pass these values via url to the Calendly page. Login to Formfacade > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, scroll down to the submit section > select Redirect to webpage > enter the calendly prefill url (see below). https://calendly.com/movesyoutraining/client-inquiry?name=${entry1549280903}+${entry372020696}&email=${entry2116875108} Prefill information in the calendly link: https://help.calendly.com/hc/en-us/articles/226766767-How-to-pre-fill-invitee-information-in-your-Calendly-link
not able to print reports - specifically I need to print the sales by product report
Hi Jessie, Currently, Neartail does not have the option to print the reports. You can download the reports as a csv file, open it in Sheets or Excel and then print it as needed. Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > click Reports > click on the preferred report to select it > click on the three dots more icon > click Export as csv.
What counts as an "order" toward the limited number of orders allowed per price plan? For example, we paid for 100 orders. do "abandoned orders" count against that?
Hi Stephanie, only submitted orders count towards the monthly response limit for your account. Abandoned orders do not count against that limit. An abandoned order is when a customer starts filling out the form, but does not complete the submission. If you subscribe to the Neartail Order Form Basic plan, you can collect a total of 100 responses per month across all of your forms. Neartail Order Forms Pricing https://neartail.com/google-order-forms/pricing.html
I want to create a Google form that includes someone's name in the confirmation message
Hi Joel, You can use the Formfacade addon to customize your google form and personalize the confirmation message displayed after submit. Open your form in google forms > click on the addon icon > click Formfacade > click Customize this form > click Proceed > Formfacade Edit page will open in a new tab > In the Edit page, scroll down to the submit section > select Custom message > enter the thank you message. You can click on the @ icon the editor and select the required field from the list to include it in the message (see screenshot below). Once you have setup the confirmation message, click Share > click Link > copy the near.tl link and share it with your users to collect responses.
i would like to add a shoe size option to my product along with the quantity how can i do that. Also if i want to add my products in a grid to be viewed is there a way i can do that
You can select the "Sold by variant" option to setup the shoe product with sizes as variants and the preferred list of quantity options. Login to Neartail > click Forms > click on the form to select it > Edit page will be displayed > In the Edit page, click on the add product icon > enter the product name > select "Sold by variants" > enter the price > enter the shoe sizes as variants (see screenshot below). If needed, you can click on the settings gear icon to edit the default quantity options 1, 2, 3 and update the variant prices as well.
Can i customise the form so that on pressing submit, the person is taken to a thank you page on google sites-
Yes, you can set up the form to redirect users to another webpage when they submit the form. Login to Formfacade > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, scroll down to the submit section > select Redirect to webpage > enter the url > preview the form and submit a response to test it. You can then use the near.tl Formfacade share link to collect responses. Note: Redirect option will not work if you have embedded the form in Google Sites/Wix that embeds the form as an iframe.
How to generate a pdf or document so that the user can download after the form is submitted?
You can use our Formesign Fillable PDF product to create a PDF template and set up confirmation emails with the PDF attachment. When the user submits the form, the PDF will be automatically generated based on the form responses and template, then sent to the user via email.
How can you Unhide a status?
Unhide status Login to Neartail > click on the form to open it > Edit page will be displayed > click Orders > In the Orders page, click on the three dots more icon next to the Submitted (or any of the visible status) > click Hide > check the status you want to unhide and click Save.
unable to export report in google forms. Please advise.
Hi Maritza, You have enabled the "Submit to google forms" option in your form on 10-June. Only the new responses submitted after this option is enabled will be recorded in Google Forms. Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on the form title to select it > click on the settings gear icon > Form settings page will be displayed > click Advanced > click Launch to open your form in google forms > In Google Forms, click Responses > click Link to sheets to sync the google forms responses to google sheets.
I am currently within my 7 day free trial. However, I cannot export any responses as it requires a "paid plan". Is that not what I am trialing?
Hi Jackson, The "Export as CSV" feature is not available in the free trial. If you'd like to export the responses, you can use the "Download as CSV" option in Google Forms or the "Link to Sheets" option to sync Google Forms responses to Google Sheets.
No submissions - have 20 people complaining they have not gotten a response from us, there are no responses and I just tested it myself.....NOTHING came thru. Where are these reponses going???
Hi Bobby, there are a couple of issues with your form setup. Submit to google forms By default, the responses will be recorded only in Formfacade. You can view the form submissions in the Formfacade Responses and the Reports page. If needed, you can enable the option to submit responses to Google Forms. Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Edit page, click on the form title to select it > click on the settings gear icon > Form settings page will be displayed > click Advanced > enable the Submit to google forms option and click Save. Once enabled, new responses will be recorded in Google Forms. If you have linked your google forms with google sheets, the responses will be synced to google sheets. Convert to html file upload Google Forms does not support embedding forms with file upload questions because file uploads require users to login to view and submit the form. When you embedded the form using the Formfacade addon, the file upload question in Google Forms was converted into an HTML file upload, which allows users to upload files without needing to log in. In Google Forms, this appears as a short answer question, but in the embedded form using Formfacade, it shows up as a file upload button. However, you have changed the converted file upload question (short answer) back into a Google Forms file upload question. As a result, when users submit the form, their responses are rejected by Google Forms because it requires login to submit. You need to customize the form again using Formfacade to properly convert the file upload question.
Hello, I am trying to understand why some users are in the 'abandoned form' status section. Is it because they did not complete and submit the form, or some other reason? They are stating they have fully submitted the form multiple times, but they show as abandoned. The form entry numbers are *493, *298.
The autosave option is enabled by default in the forms. When the user starts filling the form, the responses are saved as draft. The partial response is saved as draft for 3 hrs. If the user starts filling the form, doesn't submit it, but returns within 3hrs, he can choose to continue from where he left off or start from scratch. You can view these responses in the Abandoned status in the Formfacade Responses page and it will show the partial answers filled by the users. Simply put, the responses in the Abandoned status does not mean users are facing issues; it just indicates that they haven't submitted the form or abandoned them. Submit failed notification When the user submits the form, the response is recorded in Formfacade and Google Forms. If there are any issues with submitting the form or recording the responses in Google Forms, we show an error message to the user and also send a notification email to the form creator. The submit can fail because there is an issue with the form, internet connectivity issue etc. The notification email will include the error message, draft id, link to the response (abandoned or submitted). If the draft id is prefixed with the *, it indicates that the response has NOT been submitted. If it is prefixed with a #, it indicates that the response has been submitted.
no email field or email response and the correct message isn't displaying based on the score. It just keeps providing the 0-14 score response, regardless of the score.
Collet email address If you would like to collect email addresses from the form respondents, then you must add a short answer question in the form and add the text - email response validation for that short answer question. Login to Formfacade > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, click on the form title to select it > click on the + add new field icon to add a field below the form title > enter the title "Email address", select Short answer question type > enable the Required toggle button > click on the settings gear icon > Question settings page will be displayed > click Answer > click Configure for the validation option > select Text, Email response validation and click Save. Email notifications If you would like to send confirmation emails with the results to form respondents or receive notifications for new responses, you can set it up in Formfacade. Login to Formfacade > click on the form to open it > Edit page will be displayed > click Responses > In the Responses page, click on the three dots icon next to the Submitted status > click Notify respondent or Notify collaborators as needed > setup wizard will be displayed > follow the prompts to complete the setup. Conditional message When you set up the conditional message, you will have to select the score field based on which the message should be displayed. Instead of selecting the Total Score field, you have selected a different field. That's why you are getting the same response regardless of the score. Currently, Formfacade does not have the option to update the score field; you will have to delete the messages and redo it. Please give us some time so that we can check if there is an easier option to update the source score field instead of redoing the messages.
I purchased your add-on so I could make a form bigger on my squarespace website. I do not see the option to make it bigger on the page. Also, I thought I was buying the add-on for an existing form (Which showed up in my dashboard). But the existing responses are not there so I can't tell if I'm in some other space.
Hi Jennifer, There are three options to create a form: 1️⃣ Create a form using Formfacade templates. 2️⃣ Use the import via url option in Formfacade. If you use the import via url option, then Formfacade creates a copy of the google form. 3️⃣ Customize an existing google form using the Formfacade addon for Google Forms. Create form or Import via url If you use option 1 or 2 above, then the responses will be recorded only in Formfacade by default. You can view the form submissions in the Formfacade Responses and the Reports page. If needed, you can enable the option to submit responses to Google Forms. Submit to google forms Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Edit page, click on the form title to select it > click on the settings gear icon > Form settings page will be displayed > click Advanced > enable the Submit to google forms option and click Save. Once enabled, new responses will be recorded in Google Forms. If you have linked your google forms with google sheets, the responses will be synced to google sheets. Use existing google form If you would like to use your existing google form, then you should install the Formfacade addon from Google Workspace marketplace > open your form in google forms > click on the addon icon > click Formfacade > click Customize this form > click Proceed > Formacade Edit page will open in a new tab > make the necessary edits > click Share > click Embed > select Embed in my squarespace site, click Next > copy the embed code and add it in your website. The width of the form depends on the div container in which you place the embed code.
There are five categories of goods: A, B, C, D, and E. How can I set the quantity and amount subtotal for each category?
Calculate order quantity for a specific category If you have created a separate page with the title “Desserts” and added different product items, then you can use the QUANTITYIN function to calculate the order quantity for that category. Login to Neartail > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on the + Add field icon > enter the title (for example, Desserts Order Quantity), select the Short answer question type > click on the settings gear icon > Question settings page will be displayed > click Answer > enter the QUANTITYIN(“Desserts”) formula in the Calculate option and click Save. Calculate order amount for a specific category Login to Neartail > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on the + Add field icon > enter the title (for example, Desserts Order Amount), select the Short answer question type > click on the settings gear icon > Question settings page will be displayed > click Answer > enter the TOTALIN(“Desserts”) formula in the Calculate option and click Save. Note: The title you add in the formula must exactly match the title of the category page. It is case-sensitive.
Does this add-on allow a Google Form to be embedded into a website if the file upload feature is part of the form?
Yes, you can use the Formfacade addon to embed a google form with file upload on your website. Google Forms file upload requires login. You must customize your google form using the Formfacade addon to convert this into a html file upload to allow users to upload files without login. You can subscribe to the Formfacade - Embed paid plan. This plan is suitable for occasional light use cases that require collecting files. You get a 10mb max size per file with a total file storage of 1gb. Only the form owner can access the files one at a time after they login with their google account. Formfacade - Embed https://formfacade.com/embed/pricing.html If your requirement is to collect large files and collaborate with your team, you should also subscribe to the file upload plan 10gb, 100gb or 1tb. You can increase the max file size to up to 1gb per file (depends on the plan), the number of files per file upload question, restrict file types, enable unlisted links to allow anyone to access the files, add collaborators to provide access to specific users and use our addon to sync the uploaded files to your google drive. Formfacade - File upload https://formfacade.com/file-upload/pricing.html Convert to html file upload + Sync to drive https://formfacade.com/file-upload/google-forms-file-upload-sync-to-google-drive.html
Make it public
Hi Sara, Formfacade supports only public forms. You must disable Google Forms features that require sign-in to use your form with Formfacade. You have added a file upload question in your form. You must convert the google forms file upload that requires login into a html file upload question using the Formfacade addon before using it to collect responses. Form is not publicly visible — possible reasons and fixes. https://formfacade.com/website/form-not-publicly-visible-fix.html Formfacade - File upload addon https://workspace.google.com/marketplace/app/formfacade_file_upload/146202960515 Convert to file upload without login https://formfacade.com/file-upload/google-forms-file-upload-sync-to-google-drive.html Formfacade - File upload pricing https://formfacade.com/file-upload/pricing.html
Does Neartail work in South Africa?
Yes, Neartail works in South Africa. You can create your form and share it with your customers to collect orders. Please note that card payments is not supported since Stripe isn't available in South Africa. If you have any specific questions or need assistance with your form, feel free to message here or send us an email.
I'm trying to figure out how to use a choice option: 2 rides/day - $630 1 ride/day - $550 unmounted - $305
You can add a product with variants such as 2 rides/day, 1 ride/day, and unmounted, and configure the pricing for each variant accordingly. Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, click on the add product icon > enter the product title, select "Sold by variants" > enter 2 rides/day, 1 ride/day, and unmounted as variants > click on the settings gear icon > Product settings page will be displayed > click Variant price > enter the price for each variants and click Save.
Hi, How have you been? I'm having the problem. I set an image as the preview logo, but the form footer logo doesn't change. How can I solve this?
To change the logo displayed in the footer, you need to be on a paid plan. Login to Neartail. Click on the form to open it. Edit page will be displayed. Click Preview. In the Preview page, theme settings will be displayed in the right pane. Click Page. Upload your logo and click Save. When you subscribe to the paid plan, the profile picture in the footer will be automatically replaced by the logo you have uploaded.
Hi, is it possible to use Neartail - Order form in a language other than English, specifically in Italian or French? I can see that the items in the menu can be personalized but I'm wondering if the software itself is translated, for example "select quantity" or "place order". Thank you!
Hi Veronica, you can set the preferred language for your form. To update the language, login to Neartail > click on the form to open it > Edit page will be displayed > In the Edit page, click on the gear icon for the Submit button > Button settings page will be displayed > select the preferred language and click Save. The error messages, button text and information messages are displayed in the language set in the form.
Frequently Asked Questions
Hello! Why do some say completed and others read PAID, I am not understanding the difference. Is there something I need to do?
Hi Katrina By default, there are four order status: Abandoned, Submitted, Completed, Trash. You cannot rename the default status, but you can choose to hide a default status. When you enable automated as well as manual payments in your form, the default order status will include Abandoned, Submitted, Paid, Completed, Trash. Abandoned orders If a user starts filling the form, but does not submit it, it will be displayed in the Abandoned status. These orders will be displayed only in the Neartail Orders page and it will not be included in Reports. Abandoned orders will have * prefixed to the order number in the Neartail Orders page. Submitted orders When the user chooses the automated payment option and submits the form, the order will be displayed under the Paid status. When the user chooses the manual payment option and submits the form, the order will be displayed under the submitted status. Once you verify the payment and update the payment status, it will be moved to the Paid status. These submitted orders will be recorded in Neartail and Google Forms. You can sync Google Forms responses to Google Sheets. Submitted orders will have # prefixed to the order number in the Neartail Orders page. The order numbers should be in sequential order. Trash orders You can move redundant orders to Trash. Login to Neartail > click on the form to open it > Edit page will be displayed > click Orders > In the Orders page, you can drag and drop (place the cursor on the profile image/default icon to drag) orders to the Trash status or click on an order to view the details, select the Trash status from the dropdown list for the Move to option and click Submit. Delete orders The orders in Abandoned and Trash status will not be included in the Neartail Reports. You can enable the Privacy option to delete the orders in Trash status permanently. Login to Neartail > click on the form to open it > Edit page will be displayed > click Orders> In the Orders page, click on the three dots next to the Abandoned or Trash status > You can enable or disable the privacy settings. When enabled, the orders in Abandoned and Trash status will be automatically deleted after 7 days. Please note that the Abandoned status will be hidden when the Privacy option is enabled.
Can I remove or edit my name at the bottom of my form? "Created by_______"
Hi James, You can customize the footer, header, theme, logo, but please note that this is common for all the forms you create using your account. Customize header, footer, theme Login to Formfacade. Click on the form to open it. Edit page will be displayed. Click Preview. In the Preview page, theme settings will be displayed in the right pane. Click Page. Enter the required text in the Business name (header / account name), Footer option (replaces "This site belongs to...") and click Save. You can upload your logo (square image 1:1 aspect ratio) to replace the default profile picture in the footer.
Hello, I am getting two errors on my form, when fully submitted, here are two screenshots: 1. Right at submit: https://prnt.sc/C9idKb4uTbtI 2. Another error note, which also happens on submit: https://prnt.sc/d2hkzBekDrAv Thank you!
Submit failed: Not able to update in google forms https://prnt.sc/C9idKb4uTbtI When the user submits the form, the response is recorded in Formfacade and Google Forms. If there are any issues with submitting the form or recording the responses in Google Forms, we show an error message to the user and also send a notification email to the form creator. The submit can fail because there is an issue with the form, internet connectivity issue etc. The notification email will include the error message, draft id, link to the response (abandoned or submitted). If the draft id is prefixed with the *, it indicates that the response has not been submitted. If it is prefixed with a #, it indicates that the response has been submitted. If the error for response shows "Not able to update this response in Google Forms", then this indicates that the submit was successful and the response was recorded in Formfacade, but it was not updated in Google Forms. Google Forms might reject the responses if it fails any response validations (incorrect answers, missing answers for required questions) or if you have enabled any of the features that require signin such as limit to 1 response, collect email address - verified input, send response receipts, response too large etc. You might have also noticed that sometimes Google Forms throws a "Something went wrong" error without giving any additional details. Request entity too large error https://prnt.sc/d2hkzBekDrAv You have added 28 paragraph questions in your form. When the user fills the answer for these paragraph questions along with other required questions in the form, the resulting response exceeds the size limit supported by google forms. That's why you are getting the entity too large error. To fix this, you can add a response validation for these paragraph questions to restrict the max characters or you can enable the option to not record the responses in google forms. Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Formfacade Edit page, click on the form title to select it > click on the settings gear icon > Form settings page will be displayed > click Advanced > enable the toggle button for "Don't submit to google forms" and click Save. When this option is enabled, the responses will be recorded only in Formfacade.
Does this add-on allow a Google Form to be embedded into a website if the file upload feature is part of the form?
Yes, you can use the Formfacade addon to embed a google form with file upload on your website. Google Forms file upload requires login. You must customize your google form using the Formfacade addon to convert this into a html file upload to allow users to upload files without login. You can subscribe to the Formfacade - Embed paid plan. This plan is suitable for occasional light use cases that require collecting files. You get a 10mb max size per file with a total file storage of 1gb. Only the form owner can access the files one at a time after they login with their google account. Formfacade - Embed https://formfacade.com/embed/pricing.html If your requirement is to collect large files and collaborate with your team, you should also subscribe to the file upload plan 10gb, 100gb or 1tb. You can increase the max file size to up to 1gb per file (depends on the plan), the number of files per file upload question, restrict file types, enable unlisted links to allow anyone to access the files, add collaborators to provide access to specific users and use our addon to sync the uploaded files to your google drive. Formfacade - File upload https://formfacade.com/file-upload/pricing.html Convert to html file upload + Sync to drive https://formfacade.com/file-upload/google-forms-file-upload-sync-to-google-drive.html