mirror of
https://github.com/oshliaer/google-apps-script-awesome-list.git
synced 2026-07-16 01:49:46 -05:00
How to create HTML Data entry form using Google spreadsheet as backend #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mike7755 on GitHub (Dec 14, 2019).
I have a google spreadsheet, where some rows append on daily basis and using the google spreadsheet, the customer feedback team follows up.
Google Spreadsheet Data.
https://docs.google.com/spreadsheets/d/1V-XZdCUZAQVkfCat9vXVxITjjNMxNMPDin6B5j9uMWY/edit?usp=sharing
The above mentioned Google Spreadsheet always have the below mentioned data at google sheet (Highlighted in blue):
Ref ID
Company Name
Contact No.1
Contact No.2
Project Name
Agent ID
Rest of the mentioned details would be captured from the HTML UI basis the user response and finally click on 'Submit & Next' or 'Next' the input get stored at google sheet.
The User has to first enter the 'Agent Id' on HTML UI and accordingly one by one
Ref IDdetail would be given to particular 'Agent Id` user.As mentioned in the attached screenshot, The left side of the information would be static as per the googlespread sheet, and right hand side information would be filled by the user basis the telephonic conversation.
Below mentioned particulars will be drop down or radio options basis user input:
Below mentioned particulars will be derived:
Below mentioned particulars will be user input as a free text.
Note: The agents will be assigned and shown only those
Ref IDwhere theAgent IDis not blank andFinal_Statusis either blank or other than 'Submit & Next' marked in Googlespread Sheet.We need to add one more column in the Googlespread sheet, Which capture the Date time stamp as per the system date as soon as the
Final_Statusmarked as 'Submit & Next` or 'Next'Submit & Next button would only be enable if all the details are captured by user.
Next Button would only be enable if
Commentoption is selected.Also, If there is no new rows available in the googlesheet for the data entry using UI, the UI will throw the message to User that there is 'No New task available' on a blank screen by clicking on 'Submit & Next' or 'Next' button.
UI Would look like:

(https://ibb.co/njxp8bD)
@oshliaer commented on GitHub (Dec 22, 2019):
Hi @Mike7755!
Sorry I don't see any code in your sheet. Do you want me to do this? You can hire me.