Skip to content
[Docs]스프레드시트
2016.08.13 08:26

구글 스프레드시트 설문지 내맘대로 수정하기

조회 수 11630 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부


구글 스프레드시트 설문지 내맘대로 수정하기


설문지 양식이 마음에 안들어 HTML 자체제작으로 형식을 변경하고 싶었습니다.

그런데 정말이지 초보자에게는 쉽지않은 터라 포기하던 중

우연히 SPREADSHEETS DATABASE 라고 검색하다가 쉽게 변형할 수 있는 업로더가 있었습니다.

따라해보니 너무 잘 되네요.


이런식이라면 수정도 가능하겠습니다.


그리고importrange 변수로 데이터를 불러들이고, 

각각의 데이터에 수정버튼을 달아서 수정작업도 하고,

데이터 추가까지 가능하게 됩니다.


데이터 수정관련 동영상



으아,,,, 제가 바라던 건데요...


구글 드라이브로 사진 업로드까지 가능하다면???


혹시 소스 잘 건드리시는 분 홈페이지에 올려주시거나 메일로 소스 좀 주세요.


 



게시일: 2015. 9. 15.
Google forms are useful as a graphical user interface to input data into Google spreadsheets. But Google forms design and layout will not be editable when we embed it into a webpage. 

Here I've a solution to directly input data into Google spreadsheet from html form of a webpage which is more convenient for web hosting and webpages layout and design.

Next, I am planning to make a video on " How to query data (like SQL) of google spreadsheet ". If anyone interested/already has solution, you can post in comments.

Google spreadsheets to questionnaires, and collected in my heart.


If you think my video was useful, please subscribe to my channel and like.

For the source file click on the below link...


필요한 파일 다운로드 하기




설문지를 변형 하고자 하시던 분들은 설문지 작성까지는 다 하실꺼라 생각됩니다.

이후부터 설명해 보겠습니다.

제가 작성한 설문지


구글 스프레드시트 설문지.png


간단하게 텍스트입력으로 2가지 질문을 응답받는 설문지를 작성했습니다.



설문지양식 웹 소스보기

이 설문지 양식을 웹에서 띄운 후 소스보기를 합니다.

구글 스프레드시트 설문지 소스에서 정보추출하기.png



1. <form 부분에서 action= 주소를 찾아 복사합니다.


2. 질의1에 해당하는 entry뒤의 값을 복사합니다.

3. 질의2에 해당하는 entry뒤의 값을 복사합니다.


html to ss.html 파일 소스를 수정하기


<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">
</script>
<script>
function postContactToGoogle() {
var fullname=$('#fullname').val();
var mobilenumber=$('#mobilenumber').val();
$.ajax({
url:"폼값전송할 주소입력",data:{"entry_질의1엔터리번호":fullname,"entry_질의2엔터리번호":mobilenumber,},type:"POST",dataType:"xml",statusCode: {0:function() { window.location.replace("thankyou.html");},200:function(){window.location.replace("thankyou.html");}}
});
}
</script>
<style>
.FormRequest {
background: lightyellow;
width:400px;
height:250px;
border:1px solid blue;
border-radius:10px 10px 10px 10px;
}
.FormRequest #formRequest{
margin-left:20px;
font-family:consolas;
color: blue;
}
.FormRequest #formRequest input[type="button"],input[type="reset"]{
border:1px solid green;
background: darkred;
color:white;
border-radius:3px 3px 3px 3px;
}
</style>
</head>
<body bgcolor="silver">



html문서로 값 전달하기

html to ss.html 을 실행해서 기록하면 테스트 설문지와 연동되는 시트에 글이 써집니다.

구글 스프레드시트 데이터 기록.png


ajax 설명글이 있는데 현재는 안되는 것 같네요.
여튼 이 방법은 현재까지 되고 있습니다.
#구글 #스프레드시트 #설문지 #내맘대로 #수정하기 #urin79
로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
917 AutoHotKey #ifwinactive & #ifwinexist 윈도우창 마다 핫키의 용도를 다르게 사용하는 방법 2011.02.14 16522
916 Excel 'C:Documents.xlsx' 을(를) 찾을 수 없습니다. 라는 오류 메시지가 나오는 경우 대처방법 2015.01.28 4769
915 WindowsTip (nPDF) 프린터 인쇄 내용을 PDF 파일로 변환하기 2015.01.24 2273
914 컴퓨터잡담 -응답없음- 으로 멈춰버린 프로그램 대기시간 줄이는 방법 2010.10.01 7843
913 컴퓨터잡담 .htaccess와 워터마킹을 이용한 이미지 링크 방지 2009.06.30 34918
912 WindowsTip 100M Full 속도내기(레지스터리) file 2013.01.11 6528
911 컴퓨터잡담 16진수 헥사, 2진수, 10진수, 8진법 변환 계산기; Hex Calc 2012.02.22 7917
910 컴퓨터잡담 2021년 플래시 플레이어 웹사이트 크롬에서 접속하는 방법 2021.07.05 2561
909 컴퓨터잡담 2023-09-23 서버다운 후 복구완료 secret 2023.09.23 41980
908 컴퓨터잡담 50 개 이상의 Ajax 예제들 2 2010.03.29 18950
907 컴퓨터잡담 50 개 이상의 Ajax 예제들 2010.03.29 18179
906 Server 8기가 램에 맞는 Mysql config 셋팅 값 1 2016.02.22 3858
905 컴퓨터잡담 ACTIVE-X 의 무서움 file 2015.12.26 669
904 컴퓨터잡담 AHK & my Address of Pointer and my Offset 2011.10.11 13183
903 컴퓨터잡담 Ahk Standard Library Collection, 2010 Sep (+Gui) ~ Libs: 100 3 2011.10.11 14189
902 AutoHotKey ahk) autohotkey controlgettext 이름을 마우스커서에 졸졸 따라다니게 하기 file 2014.04.01 12182
901 AutoHotKey ahk) autohotkey 글자 자르기 방법 2013.10.30 34671
900 AutoHotKey ahk) autohotkey 엑셀(Excel)에서 행값 증가시키기 2013.10.30 37415
899 AutoHotKey AHK) AUTOKEY 웹페이지 열지않고 소스 가져오기 또는 로그인 하기 14 2012.05.12 52952
898 AutoHotKey Ahk) ip할당 진단프로그램 file 2011.12.26 12119
Board Pagination Prev 1 2 3 4 5 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소