최근 검색
최근 검색 없음

Gregory Ripley
가입한 날짜: 2021년 10월 22일
·
마지막 활동: 2021년 10월 22일
팔로잉
0
팔로워
0
총 활동 수
2
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Gregory Ripley
Gregory Ripley님이 에 댓글을 입력함
커뮤니티 댓글 Feedback - Help Center (Guide)
Jake, there are a couple of issues with your code. If you make the changes below, it should work.
1. Remove the quotes from the id
Before change:
if (data.request.fields[i].id=="114098173934") {
After change:
if (data.request.fields[i].id==114098173934) {
2. Correct spelling of application
Before change:
contentType: 'aplication/json',
After change:
contentType: 'application/json',
3. Add cell tags before
I added a couple of lines above the code for context. The additional line is italicized for easy reference.
Before change:
After change:
I hope this helps!
댓글 보기 · 2018년 7월 04일에 게시됨 · Gregory Ripley
0
팔로워
1
투표
0
댓글