CheckList : - [ ] Change Base URL at `js/typeform.js` - [x] Create API - [x] Adjust `fields` at `tmpl/typeform.js` (Tested by sending POST request through Postman) - [ ] Webhooks API 現在的這個 API 是需要付費的功能,之前 `webhook_submit_url` 是包在 create form 的 request 內一併送出,這個選項就拔除不使用。從 `config.js` 中拿掉。
CheckList :
js/typeform.jsfieldsattmpl/typeform.js(Tested by sending POST request through Postman)現在的這個 API 是需要付費的功能,之前
webhook_submit_url是包在 create form 的 request 內一併送出,這個選項就拔除不使用。從config.js中拿掉。