Recent searches


No recent searches

Gregory Ripley's Avatar

Gregory Ripley

Joined Oct 22, 2021

·

Last activity Oct 22, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Gregory Ripley

Gregory Ripley commented,

Community comment 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!

View comment · Posted Jul 04, 2018 · Gregory Ripley

0

Followers

1

Vote

0

Comments