Recherches récentes
Pas de recherche récente

Gregory Ripley
Adhésion le 22 oct. 2021
·
Dernière activité le 22 oct. 2021
Suivis
0
Abonnés
0
Activité totale
2
Votes
0
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Gregory Ripley
Gregory Ripley a ajouté un commentaire,
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!
Afficher le commentaire · Publication le 04 juil. 2018 · Gregory Ripley
0
Abonnés
1
vote
0
Commentaire