Apps Script: Contact Form Example

  Рет қаралды 18,571

Jordan Rhea

Jordan Rhea

Күн бұрын

Пікірлер: 33
@bhadreshgvyas
@bhadreshgvyas 4 жыл бұрын
very good explanation. thanks for video
@mahmoudalhyari2684
@mahmoudalhyari2684 7 жыл бұрын
you probably know this by now however, Alt+A and Tab will indent every thing automatically
@nmastroianni
@nmastroianni 3 жыл бұрын
Jordan, Love your content. I was really hopeful to make this "trick" work too. However, I must agree with a few of your viewers that the doPost(e) is "borked" (I love that word... reminds me of the Swedish Chef). You mentioned the CORS policy in your video, despite my best efforts, I can't do anything with the post request except return the contentservice response without triggering the CORS error. Are you still making use of this method? I copied your pen and your .GS code, no dice. ☹
@mscoca
@mscoca 4 жыл бұрын
It is possible to create a Google sheets scrip to perform a POST request to a given API as new row is added?
@josuelinares9024
@josuelinares9024 7 жыл бұрын
good afternoon Mr. Jordan Rhea greets him and writes josue chiara from PERU. a query could also be made this same criterion in creating a form in html to connect with fusion tables or your api best regards will be waiting for your answer
@JordanRhea
@JordanRhea 7 жыл бұрын
+josue linares greetings to you also! I am not familiar with fusion tables but basically anything is possible with the query parameters. I need more specific info to better help you
@chenchen1872
@chenchen1872 3 жыл бұрын
What a nice and clear explanation! Thanks a lot!
@arindamoitra58
@arindamoitra58 4 жыл бұрын
I followed the same steps. Forked the code from your Pen at CodePen but it is not working. Throwing the error code that I added in the catch block. How can I debug the code to understand the problem?
@noureddinekhelifa4080
@noureddinekhelifa4080 6 жыл бұрын
thank you for this video! we are a group of a student , and we want to gether data (final projects) from other students by a form, which will work like this ( form with map to get latlong inside the form address, title...etc. and a file upload button for pdf/word and cover image)and send all this to google drive with results inside google sheet please help us, thank you
@JordanRhea
@JordanRhea 6 жыл бұрын
Thanks for the comment! I would love to help out more with your project. I did make a video using the mapping service in apps script. Does that help point you in the correct direction? kzbin.info/aero/PLb7kfLzbzocPoLjDYWFCoijWfI4K4MXVI
@devmrin
@devmrin 7 жыл бұрын
Thanks man! This helped a ton!
@JordanRhea
@JordanRhea 7 жыл бұрын
Glad to hear you enjoyed it!
@clashingtv2527
@clashingtv2527 Жыл бұрын
Sir can you explain me how to return redirect a new url after doPost (post request)
@adampoznanksi6421
@adampoznanksi6421 6 жыл бұрын
I am having some trouble getting the form to submit. I tried both on codePen and by creating a new html form. On code pen the status bar runs for a while. on mt html form nothing happens when after clicking the submit button
@adampoznanksi6421
@adampoznanksi6421 6 жыл бұрын
this is the error i am getting when I submit Failed to load script.google.com/macros/s/....................exec: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'localhost' is therefore not allowed access.
@pipo_lucido
@pipo_lucido 4 жыл бұрын
​@@adampoznanksi6421 same issue here
@robrita
@robrita 7 жыл бұрын
I didn't know this is possible.. thanks man.. really!
@JordanRhea
@JordanRhea 7 жыл бұрын
+Carlo Reyes Thanks, I really appreciate the compliment. My exact goal is to demonstrate what is possible!
@elabinnovations
@elabinnovations 5 жыл бұрын
Please add image upload in this project with base64 method
@anandjha9033
@anandjha9033 4 жыл бұрын
hey u said u would post the codepen link
@xiija
@xiija 4 жыл бұрын
doPost is borked :(
@tinkershukla1725
@tinkershukla1725 6 жыл бұрын
can you explain the jquery code
@ALWALEEDALWABEL
@ALWALEEDALWABEL 5 жыл бұрын
did not work with me :((.
@Bruhfinally
@Bruhfinally 6 жыл бұрын
Couldn't someone with your web app URL abuse it?
@JordanRhea
@JordanRhea 6 жыл бұрын
Depends on the function you write. What kind of security do you envision needing?
@WasanKhunnadiloksawet
@WasanKhunnadiloksawet 5 жыл бұрын
Maybe only you can understand your clip.
@unstable0520
@unstable0520 3 жыл бұрын
Thank you very very very muxh$!!!!
@elabinnovations
@elabinnovations 5 жыл бұрын
Please give code
@iben1195
@iben1195 Жыл бұрын
e.postData.contents reveals the data sent, however this particular line of code doesn't execute in mine. If i comment this line out, the script works as expected. But again, without that line, i can't retrieve the data sent. I've never been this baffled in my life. I came here cuz i have no clue what's going on
@genovo
@genovo 4 жыл бұрын
here is the codepen: codepen.io/rheajt/pen/prGjdV
Apps Script: Autocompleting Custom Functions and Currency Exchange
10:24
Apps Script: HTML Templating
17:06
Jordan Rhea
Рет қаралды 32 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Apps Script: JSON Example
16:40
Jordan Rhea
Рет қаралды 24 М.
Web App - Remove "This application was created by another user, not by Google."  -  Part 11
10:44
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 63 М.
Apps Script: Dynamic Forms Multiple Choice
13:35
Jordan Rhea
Рет қаралды 42 М.
Template Partials & Passing Objects - Google Apps Script Web App Tutorial - Part 2
17:45
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 189 М.
Form Validation HTML5 + JavaScript + RegEx - Google Apps Script Web App Tutorial - Part 10
23:38
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 48 М.
Send emails from a HTML Contact Form
12:40
Code with Ania Kubów
Рет қаралды 393 М.
How to access an API with Google Apps Script
9:52
saperis
Рет қаралды 70 М.
Using doGet(e) Function to start Web App on Google Apps Script
15:48
Code With Curt
Рет қаралды 27 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН