Demo Static Web Page for Seoul Central CCC - Daily QT check
Distributed as HaDongBangBang
- You can check this web HERE
This web is developed to help the members' summer vacation time of KCCC Seoul Central District. From Demo version 'dailyQT' to 'HaDongBangBang' - 하나님과 동행하는 방구석 방학, will be used from 2020.07 to 2020.09
Hosted through netlify, a static web hosting site. Using ajax, sends data to Google Spreadsheet.
Web Template downloaded from [HTML5 UP](https://html5up.net/)
on click submit button function with .ajax send datas to google spreadsheet script
function send_qt(){
// get datas from html form
// check data not null
$.ajax({
url: /* google spreadsheet script url */,
data: { /* data go to spreadsheet */ },
type: "GET",
dataType: "JSON",
success : function(data){
/* when data send success */
},
error: function(request, status, error){
alert("alert text");
}
});
}
- Reference : 구글-스프레드시트-API-사용하기
- main page
- get user data
- other contents