Pesquisas recentes


Sem pesquisas recentes

Gregory Ripley's Avatar

Gregory Ripley

Entrou em 22 de out. de 2021

·

Última atividade em 22 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

2

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Gregory Ripley

Gregory Ripley comentou,

Comentário na comunidade 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!

Exibir comentário · Publicado 04 de jul. de 2018 · Gregory Ripley

0

Seguidores

1

Votos

0

Comentários