Search code examples
androidgoogle-docsgoogle-formsinspect

Android: Cannot find element id/name in google form android


I am trying to integrate google form with android using this link

But when I created a google form as mentioned in the tutorial I was not able to find the name or id of the element by clicking inspect on the field.Image Screenshot

I am new to google form integration. Please help me how can I get the id or name of the element in the new google form


Solution

  • Keep attention that You want to send the data to a google form, not to edit a google form from application but you are trying to find the name in edit form page so, Create the google form first by :

    Open it's link from upper right corner by pressing SEND button.

    After that right click on an input you want to find it's name to use with your POST request.

    Instruction with picture :

    1st :

    enter image description here

    2nd :

    enter image description here

    3rd(Now you can find your desired form and it's inputs):

    enter image description here