最近搜索
没有最近搜索

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
评论