Google Forms Advanced (Custom Design with CSS) 2020

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

Комментарии • 193

  • @adamthedev
    @adamthedev  3 года назад +1

    TO FIND HIDDEN FIELDS. Watch my new video: ruclips.net/video/0udw0nol6Po/видео.html

  • @MozzysHuman
    @MozzysHuman Год назад +5

    This was an awesome tutorial... Unfortunately, Google will now block the form for a terms of service violation if you use this method now.
    I was very disappointed, I wanted to avoid using WP selection of forms.

    • @freelancingartisan
      @freelancingartisan Год назад

      Thanks for posting the up-to-date status of this method.. 👍

    • @mastersg7
      @mastersg7 4 месяца назад

      What you mean? It doesnt accept applying own HTML and CSS anymore?

  • @adamthedev
    @adamthedev  4 года назад +5

    For anyone having trouble finding the fields:
    1. Populate all fields in the form
    2. Search the DOM (in the developer tools, using CMD + F) for either the content you've entered or for: "entry.
    3. You should see the hidden fields that have been populated with your content. Use these names as your 'name' property
    I'm guessing Google is using JS to populate hidden fields.

    • @Balagopal_Melemadathil
      @Balagopal_Melemadathil 4 года назад +2

      I tried using the "jsname" but it is not working.Can you please help me with it?

    • @miguentss
      @miguentss 4 года назад +1

      ​@@Balagopal_Melemadathil the name inputs are hidden, you can inspect the form and search in console (entry)

    • @northbayjoe
      @northbayjoe 4 года назад

      @adamthedev can you be a bit more specific or possibly create a short video on where to find the input names now? I am having a hard time finding where they hid them now. Appreciate the work you do.

    • @northbayjoe
      @northbayjoe 4 года назад

      Scratch that.. I was able to find it. I think what people are not doing is using the right search feature in the console. People need to be sure that they are searching Command (control) + F. Not sure why they decided to hide them like this but at least they can be found.

    • @adamthedev
      @adamthedev  4 года назад

      @@northbayjoe Thanks man. I've updated to make it more clear.

  • @imileke3014
    @imileke3014 8 месяцев назад

    Superb Video searching for the solution for hours finally landed on this one
    Thank You BOSS!!!

  • @geetajadhav8418
    @geetajadhav8418 3 года назад +4

    I can't find “name” attribute while inspecting input elements of google form.

  • @abhiyudaibhakuni4957
    @abhiyudaibhakuni4957 4 года назад +3

    Great work Adam. The form look great and simple to understand.

    • @adamthedev
      @adamthedev  4 года назад +1

      Glad you liked it! Thanks for your comment :)

  • @gabrielsolanolopez9182
    @gabrielsolanolopez9182 Год назад +1

    It does not work! It directs me to the form but does not submit, it takes me directly to the Google Forms form filled in, but without submitting.

  • @decryptroblox
    @decryptroblox 4 года назад +10

    I wish my teachers make something like this when we use google forms

    • @adamthedev
      @adamthedev  4 года назад +1

      Haha, maybe you can build it and show them??

    • @decryptroblox
      @decryptroblox 4 года назад +3

      adamthedev lol today was the last day of school, I’m 12 and you inspired me to make my own website. I’m currently working on a Covid tracker using react.js. Thanks 😊.

    • @adamthedev
      @adamthedev  4 года назад +5

      Wow!! that’s impressive that you’re interested in building websites and react already! Keep up the good work and no doubt you’ll be a pro soon 💪
      And thanks for saying that I inspired you 👍👍

  • @kavyas9075
    @kavyas9075 3 года назад +6

    This is a great video. Could you guide me on how I could show a custom html page as output, once an embedded google form (google form embedded into HTML) is submitted?

  • @cyberexpo5874
    @cyberexpo5874 3 года назад +4

    Hello, When I try to inspect the element I did not find any name option! Any suggesction?

  • @donmilo951
    @donmilo951 3 года назад +9

    great video! quick question, how can I customize the thank you page so it can redirect to my domain?

    • @francescoguaiana4820
      @francescoguaiana4820 3 года назад +1

      Can you share us your solution pls?

    • @31Tizi
      @31Tizi 3 года назад +5

      I had the same issue today. This is kind of a workaround that worked for me.
      //
      var submitted=false;

  • @HiteshSompura
    @HiteshSompura 2 года назад +2

    Thank you for the tutorial.
    Can you please tell me how to redirect to the custom "THANK YOU" page after submission?

  • @hackmeornot2196
    @hackmeornot2196 3 года назад +2

    Thanks for this... Very helpful... Please make a separate video on how to handle dates. because i notice inputs for dd, mm, and yyyy are seperated. with different names. how can I handle that in html?

  • @vwared892
    @vwared892 3 года назад +1

    awesome video adam, really helped a lot, but even after hitting send/ submit its redirecting to google response, can change this.?

  • @evelyncoulson2029
    @evelyncoulson2029 3 года назад +1

    Thanks for this video! Soooo awesome!
    Do you have any advice on creating question types that google forms does not support and saving it in sheets? I'm looking to create a question that has multiple answers that the user can specify (with text) amounts of each answer (google forms does not have this capability) and then hopefully save that information to the same google sheet as the rest of the survey questions!

  • @NathanParsell
    @NathanParsell 4 года назад +2

    Hello. Do you know how I would submit a pre-populated entry on a google form on a website? Example: User types in a question into a form, then when clicking submit, it also submits their name into another form entry. I have the question and submit code working properly, but can't figure out how to pre-populate the 2nd form entry. Only the 'Question' form would be visible on the website, and the name would not be visible, but would show up in the form when submitted.

  • @alexandret.8130
    @alexandret.8130 2 года назад +1

    Great Video, We can probably style the Submited page also. But how do we link both pages?

  • @jessechoi571
    @jessechoi571 3 года назад +1

    I see that this html file is on your local machine. How do you make it such that you can share the form to other people to fill in like a google form link?

  • @elcytsen5122
    @elcytsen5122 2 года назад +1

    Hi, thank you for this, you are awesome. may I ask if I were to refresh the html page, how do I prevent it from going into the google form's form?

  • @faysalaboueleinen4037
    @faysalaboueleinen4037 3 года назад +3

    can your form also contains file upload item?

  • @melanieturleque6381
    @melanieturleque6381 4 года назад +3

    Thanks very helpful. One question though, what about if one of the field is "upload a file" ? How do you manage to use the window of Google form to upload the file and have them go in your drive ?

    • @adamthedev
      @adamthedev  3 года назад

      I will look into this and see if I can find a solution. Sorry for the late reply.

    • @lanzuno602
      @lanzuno602 3 года назад

      @@adamthedev Hi looking forward to the field with "upload a file" and also for the field with "date"

    • @Sidoel_h
      @Sidoel_h 2 года назад +1

      Have you found a solution to upload files to Google Forms? i have same problem too
      thanks

    • @JinaneKarhani
      @JinaneKarhani 2 года назад

      @@Sidoel_h Any solution sir? i am getting this error when the UPLOAD option is added - : "some questions still need some attention" even though I made a form with only this question (file upload)"

  • @filmtokstudio9099
    @filmtokstudio9099 Год назад

    This is super helpful. DO you have any suggestion on how to do 3, 4 or more radio button. When I create 3 or more the form don't want to accept it for some reason. And I wanted to do a checklist, but have the same issue. I want to give people 5-7 options for both checkbox and radio buttons, but google form just give me error like"The question has changed. Please review your response." and I don't know whyyyy. Pls helpppppp

  • @davidurrego9538
    @davidurrego9538 4 года назад +3

    Thank you for your video, I can't find the entry name for a short answer, there is a alternative to call this field?

    • @davidurrego9538
      @davidurrego9538 4 года назад +7

      I found the solution, go to Get pre-filled link, in this page you can see all the name entry values.

    • @recklessarts
      @recklessarts 3 года назад

      @@davidurrego9538 Thanks a ton! It worked.

    • @miguel.oviedo
      @miguel.oviedo 3 года назад

      @@davidurrego9538 works in Agu 2021

  • @barathsingh5584
    @barathsingh5584 3 года назад +1

    Great video, but can this be done if the form has sections?

  • @adamgilbert9974
    @adamgilbert9974 3 года назад +2

    Hi Adam
    thanks for the importants tips and information explaining editing google form style
    I have a little issue in this...
    is it possible to redirect user to a custom link when submit the form?
    best regard

  • @usedspxse
    @usedspxse 3 года назад +5

    I dont see a thing called name in the inspect menu..

  • @cocoserch
    @cocoserch 3 месяца назад +1

    Hi. The name="entry..." doesn't appear

  • @melankolis6378
    @melankolis6378 4 года назад +2

    Nice tutorial adam
    Can you make tutorial edit style css after submission google form or redirect button submit to another page ?

    • @adamthedev
      @adamthedev  3 года назад +3

      Sure, I will do this video for my next Google form vid!

    • @tony4512
      @tony4512 3 года назад

      @@adamthedev This would be awesome!!!

    • @francescoguaiana4820
      @francescoguaiana4820 3 года назад

      @@tony4512 Did you find a solution for that?

    • @tony4512
      @tony4512 3 года назад

      @@francescoguaiana4820 No I have not, there are a few video out that but I was not able to follow them to be successful. Have you found a solution?

  • @SyedKashifAli
    @SyedKashifAli 3 года назад

    I am getting "TypeError: Failed to fetch' error as i submit the google form through an HTML page. Adm, can you please tell what could be the issue. Thank you !

  • @vaibhavagrawal431
    @vaibhavagrawal431 2 года назад +1

    hey thanks for this amazing video
    can you please share resources that you referred for making this i want to remove the success after submission page
    i was searching form a long but unable to find

  • @khaledawad6837
    @khaledawad6837 6 месяцев назад

    thanx , how to add many rows with one submit

  • @doreenaveni8641
    @doreenaveni8641 4 года назад +2

    Thanks so much for this!

    • @adamthedev
      @adamthedev  4 года назад +1

      Doreen Aveni no problem 😀

  • @voluntarioscostarica4017
    @voluntarioscostarica4017 3 года назад +1

    Great video mate, straight to the point and really helpfull, you're a craftman of this thing, cheers.
    I have a question, can I embeded on a google site somehow?

    • @dariawalbanget4043
      @dariawalbanget4043 Год назад

      Yes, I can.

    • @dariawalbanget4043
      @dariawalbanget4043 Год назад

      @@joshuasweetman1863 for example if you want to show form you build using custom html or reside in another site, you cust copy the link and put it on your google site (insert->embed )

  • @terra2468
    @terra2468 4 года назад +1

    thank you for the video. my question is : this is a local file(form) how do you shared/send to others to fill the form? like google forms? or your intension is embed in a website

    • @adamthedev
      @adamthedev  4 года назад +4

      You will need to host your page on a web server... There are plenty of free hosting providers (or you could use something like GitHub Pages)

  • @agentbey
    @agentbey 2 года назад +1

    Great video. Good pace too. I wanted to know if you can redirect the form once it's submitted to a custom thank you page. Does this work in 2021? I am inspecting the google form and I don't see any reference to "name=" for the name input field.

  • @kantapat_
    @kantapat_ 2 года назад

    Thank you. Very helpful 👍🏻

  • @hamedrajhi
    @hamedrajhi 4 года назад

    This video is amazing, Thanks a lot

  • @wiziwiz
    @wiziwiz Год назад

    unbelievably advanced

  • @calvincrane
    @calvincrane 3 года назад

    Hi guys. It's a way to get a form working. Just wanted to ask if spam can be fought off with some way. Can you add a captcha or honey pot. I don't like the redirect on submit either.

  • @prabinhudeomaharjan
    @prabinhudeomaharjan 4 года назад

    Found it very helpful
    Thanks

  • @foodkida5306
    @foodkida5306 2 года назад

    Hello,
    How to make google form in which after clicking on submit botton user will be automatically redirected to my website URL.

  • @majdael-bayyaz1258
    @majdael-bayyaz1258 3 года назад

    thank you for your effort it s very helpful

  • @user-cy6cr8ux1q
    @user-cy6cr8ux1q 9 месяцев назад

    The issue i had was that it requires users that send to sign in to their google account instead of sending the form.

  • @joselaiza2586
    @joselaiza2586 3 года назад

    Hello brother, I couldn't find the name and mail id in the inspect element which I have to paste in my Html form.
    What to do?please

  • @VaibhavShewale
    @VaibhavShewale 2 года назад +1

    damn, didn't knew about it. cool

  • @utkarshgupta3869
    @utkarshgupta3869 Год назад

    can we use this type of form multiple times to submit data ??

  • @franciscoteixeira1055
    @franciscoteixeira1055 2 года назад

    Hi, I have managed to complete the steps, when submiting the form it says it's not possible to open the file, to check the address.. do you know why?
    I've shared the file in the drive for anybody with the link to be able to see it, and as far as I'm aware the code is all well written..

  • @automationbysaailrazaawan
    @automationbysaailrazaawan 3 года назад

    Is this only work in my PC or same working when open with link from any PC ?????

  • @sdlock83
    @sdlock83 3 года назад

    Can you use an html editor to add hyperlink-embedded text into Google Form questions?

  • @reportingteam4926
    @reportingteam4926 3 года назад

    Hi Adam, really great video, however how after submit I have two options edit the form and submit another response, is there any way I can customise this i.e. bring submit another response before edit response option ?

    • @FaruqTheAnalyst
      @FaruqTheAnalyst 3 года назад

      You can remove that from the settings of your google form.

  • @music_of_spirit
    @music_of_spirit 2 года назад

    Hi, great !! how to avoid a form attack using your google form ?

  • @warrior9694
    @warrior9694 2 года назад

    How do I prevent the original google form from showing up right after I click send message?

  • @adamross4555
    @adamross4555 2 года назад

    would this process work for multi page forms with question logic ?

  • @keithbornmann
    @keithbornmann Год назад

    Anyone know how to make my row descriptions quit truncating when using the Checkbox Grid? I'd like to make the overall form wide enough, or cause the text in each row to wrap.

  • @oscarard7482
    @oscarard7482 3 года назад

    duuude you're mad good

  • @francescoguaiana4820
    @francescoguaiana4820 3 года назад

    I can't find the name of input!! Help me! There is no name attribute only aria-label and jsname!

  • @AliMughrabi
    @AliMughrabi 3 года назад

    How to auto styling inputs in G sheets because it write in agley format

  • @TechStream07
    @TechStream07 8 месяцев назад

    What if we want to upload an image?

  • @SkyFonForger
    @SkyFonForger 2 года назад

    really nice

  • @mhs4571
    @mhs4571 2 года назад

    I can't find any name value of my from! how can I get the name value?

  • @jeyaprakashr9713
    @jeyaprakashr9713 3 года назад +1

    And how to does the same for a form with file upload

    • @Sidoel_h
      @Sidoel_h 2 года назад

      yes i have same problem too

  • @kakoushal
    @kakoushal 3 года назад

    Hey brother can ya please make a tutorial like this one only but in this we should select the answer.. but in that the teacher should give some questions and we have the blank space to write the answer.. and yeah after submission teacher should know who scored how much marks ... please can you make it?

  • @vee-bo
    @vee-bo 4 месяца назад

    Good job 💪🏻

  • @i.darunurwijayanto6302
    @i.darunurwijayanto6302 4 года назад

    How if the Google form containing multiple pages.?

  • @irdk9210
    @irdk9210 Год назад

    Is the repo deleted? I can't find the gform repo

  • @statusix
    @statusix Год назад

    I think the html and css for form data to submit in google forms is very easy the main point is if user after submitting data refered to the Google page So Thats not helpful..
    Tell the method to Show the Users message (your message hass been successfully sent) on the Same page Or own page not To refer to Google..

  • @danielsvenson619
    @danielsvenson619 4 года назад +1

    I'm following the instruction in the comments and still cannot field the field names to enter into the code. Anyone have any idea?

    • @christiankasilag4808
      @christiankasilag4808 4 года назад +1

      I am also not able to find the name fields as shown. Specifically the name="emailAddress" and name="entry.1239871232" etc. fields. Any chance google's HTML changed in the last few months?

    • @VictorVankov
      @VictorVankov 4 года назад

      I see that Google was changed structure of forms

  • @jhonyperez3216
    @jhonyperez3216 4 года назад

    there´s an option in google form which allow you collect email address, how to get it and show it in the html. Thanks for your help!

    • @adamthedev
      @adamthedev  3 года назад

      I've just made a new video showing how to find the hidden fields: ruclips.net/video/0udw0nol6Po/видео.html :) Hope this answers your question

  • @nenitakei
    @nenitakei 2 года назад

    Hi! Thank you so much for this! Can you please post a 2022 update. It looks like name is being hidden now. For example, now only the following appear: . name no longer showing. Love your content. Gracias!

    • @perseusga
      @perseusga 2 года назад

      It's actually there. I just used them on my project.

  • @AbdulHakeem-qf8ze
    @AbdulHakeem-qf8ze 3 года назад

    Can this be embeded to google sites?

  • @zakizaidan5344
    @zakizaidan5344 2 года назад

    how about image? is it also using entry.1010101010?

  • @meetmeer
    @meetmeer 4 года назад +1

    Sir please teach about how to add file upload system. really urgent for me. Please!

    • @AV-if7wy
      @AV-if7wy 3 года назад

      I bet! you want that option free like many lol

  • @yagamilight1690
    @yagamilight1690 4 года назад +2

    how to stop redirect to response page after submission

    • @adamthedev
      @adamthedev  4 года назад +1

      gag koool I’m not sure it’s possible. I’ve tried using Ajax to send the request but they have CORS disabled. I'll look into it more as there may be a way

    • @wendyeatworld
      @wendyeatworld 4 года назад +1

      Not sure if you still need this, but my work around was creating a thank-you.html page that simply said thanks for submitting. And I also included a button to link back to the home page. But I added the following line right above the section we would add the form action link: var submitted=false;

    • @danielhecko3877
      @danielhecko3877 3 года назад

      @@wendyeatworld Great advice, thank you. Just copying your code didn't work for me. You have to also edit your form's target and onsubmit(target="hidden_" onsubmit="submitted=true;"). There is all info needed: stackoverflow.com/questions/6077054/old-google-form-redirect-after-submission

  • @vish04able
    @vish04able 3 года назад

    Hi Adam,
    I'm trying to input datetime field entry in my project, when I inspect the google form page it shows multiple name entries for day, month, year, hours etc..
    When I view the index.html page on my end it does not give me multiple inputs to match it with the form. Any suggestions??

    • @swethasureshr
      @swethasureshr 3 года назад +1

      I guess u can use this code in HTML page for date month and year
      JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      17
      18
      19
      20
      21
      22
      23
      24
      25
      26
      27
      28
      29
      30
      31
      197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029

    • @joselaiza2586
      @joselaiza2586 3 года назад

      for multiple entries only use the common entry that will appear in the name

  • @rocsmpmddrive8128
    @rocsmpmddrive8128 2 года назад

    Hi! I'm new to this, I'm studying this because I need it for work. Can I also do this using google app script?

  • @jhonesconrado
    @jhonesconrado 2 года назад

    Good. But this don't work anymore T-T.... Google replaced the names for new jsname that only works with a complicated js to copy.

  • @marvintolentino4360
    @marvintolentino4360 4 месяца назад +1

    Thank you for this tutorial! The attribute "name" in the HTML of Form is no longer present. Can you please update the content?

    • @matg795
      @matg795 Месяц назад

      do you found a solution ?

    • @marvintolentino4360
      @marvintolentino4360 Месяц назад

      @@matg795 No because Google no longer made this available. I'm now using Forminator pro to create customized forms for my clients.

  • @abdouhk1683
    @abdouhk1683 3 года назад

    شكرا لك

  • @vedpalvaidya2448
    @vedpalvaidya2448 4 года назад +1

    after submitting, it should be stick to form page. Anyone know how to do it??

    • @adamthedev
      @adamthedev  3 года назад

      I will look into this today!

    • @vedpalvaidya2448
      @vedpalvaidya2448 3 года назад

      @@adamthedev I got the solution, Thank you!!

    • @ziyasayed896
      @ziyasayed896 2 года назад

      You should have shared it

  • @rafaelcunhalrc
    @rafaelcunhalrc 2 года назад

    The form html code is different now. Need update!

  • @VictorVankov
    @VictorVankov 4 года назад +1

    not able to find the name fields as shown, only "jsname" so this way isn't work actually (04 sep 20)

    • @VictorVankov
      @VictorVankov 4 года назад +1

      but "entry.######" stored in some js script block

    • @iklimbov1
      @iklimbov1 4 года назад

      @@VictorVankov I cannot find "entry.######" at all. What did you find it? Thank you!

    • @iklimbov1
      @iklimbov1 4 года назад

      @@VictorVankov Oh, fount it. What a pain!

    • @VictorVankov
      @VictorVankov 4 года назад

      @@iklimbov1 cmd/ctrl+F but i think now it handled by JS so need another clue

    • @iklimbov1
      @iklimbov1 4 года назад +1

      @@VictorVankov ​ I was able to get the fields by doing the following. Fill in the form's fields. Click anywhere on the form and go "inspect". In the Elements tab press ctrl+f. Search for "entry."

  • @user-km9ul2pe5k
    @user-km9ul2pe5k Год назад

    How to deploy your custom Google Forms ?

  • @Sidoel_h
    @Sidoel_h 2 года назад

    how can i upload a file ?
    thankss

  • @antoniuschris4478
    @antoniuschris4478 3 года назад

    SO SICK DUDE!

  • @SonnyBurnett2012
    @SonnyBurnett2012 2 года назад

    How to customize the thank you page?

    • @roydigitalworld5230
      @roydigitalworld5230 Год назад

      using jQuery you can add custom thank you page and alert box as well

  • @GamingProduction1
    @GamingProduction1 3 года назад

    The CSS wont work for me

  • @meetmeer
    @meetmeer 4 года назад

    Sir I'll just appriciate if you could help me out. It's really urgent. may be in 5hours i have to do it. it's my client's project.!
    I need to add file upload feature but can't find!

    • @adamthedev
      @adamthedev  4 года назад

      developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file this may help

    • @meetmeer
      @meetmeer 4 года назад

      @@adamthedev sir i know these stuff but google use their custom input field for uploading file

  • @liamhannigan675
    @liamhannigan675 4 года назад

    Is it possible to have this upload an image?

    • @adamthedev
      @adamthedev  4 года назад

      I haven't tried this yet. I guess it should be, using type="file" although you'd need to make sure that your validation aligns with Googles or the file may get rejected and it'll throw an error. I'll try it out

  • @katrinaisabellesolomon5449
    @katrinaisabellesolomon5449 4 года назад

    hello, how do I make this work once i've uploaded it to a domain? it works when im coding it and checking it through the live server, but once it's uploaded, the results don't appear in google forms/sheets :( pls help

    • @adamthedev
      @adamthedev  4 года назад

      That's strange. Open up your Google Chrome developer tools, click send and check there aren't any errors

  • @Agus013013
    @Agus013013 Год назад

    Does this still works?

    • @MozzysHuman
      @MozzysHuman Год назад

      Technically Yes... But Google will disable the form after submitting to it.

  • @DhimanDa
    @DhimanDa 3 года назад

    Is there any way to redirect to my website after link submit?

    • @francescoguaiana4820
      @francescoguaiana4820 3 года назад

      did you find a solution for that?

    • @DhimanDa
      @DhimanDa 3 года назад

      @@francescoguaiana4820 no

    • @Sidoel_h
      @Sidoel_h 2 года назад

      i have solution

    • @DhimanDa
      @DhimanDa 2 года назад

      @@Sidoel_h Share please

  • @gayatririshita7081
    @gayatririshita7081 4 года назад

    i am not able to send the data of the radio button inputs! please help

  • @Jm9Ty5LqKpRnE7sWzU0iPxOdFg
    @Jm9Ty5LqKpRnE7sWzU0iPxOdFg 2 года назад

    pls give me the html source :(

  • @mparijatchandra1537
    @mparijatchandra1537 4 года назад

    I couldn't find the entry for my form

    • @mparijatchandra1537
      @mparijatchandra1537 4 года назад

      forms.gle/xwkAkQjVgpueBKHY7
      this is my url

    • @abagaelshrader8483
      @abagaelshrader8483 4 года назад

      @@mparijatchandra1537 I had the same problem - cmd f to search for "entry" - they're listed at the bottom in order of your form.

    • @bhagyamsfirejourney
      @bhagyamsfirejourney 4 года назад

      @@abagaelshrader8483 sorry I didn't get that could you please elaborate

    • @abagaelshrader8483
      @abagaelshrader8483 4 года назад +2

      @@bhagyamsfirejourney The "entry.8940328950" is no longer listed up with the code (at least it wasn't in my browser), like the video says above. They were listed as a group of entries down at the bottom of the HTML file (e.g. 4 boxes to enter locations = 4 (entry.4934208) codes located near the bottom of the HTML file. To find that, just search (cmd f) the word "entry".

    • @christiankasilag4808
      @christiankasilag4808 4 года назад

      @@abagaelshrader8483 Awesome! Thank you!

  • @Kelly-op8wl
    @Kelly-op8wl 4 года назад

    how come I can't find the entry name?

  • @vinayairamathota6304
    @vinayairamathota6304 4 года назад

    Now i didn't find entry number

    • @adamthedev
      @adamthedev  4 года назад +1

      Please read pinned comment

    • @vinayairamathota6304
      @vinayairamathota6304 4 года назад

      ok bro i go another way to find entry number

    • @adamthedev
      @adamthedev  4 года назад

      @@vinayairamathota6304 Nice! How did you do it?