Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Gregory Ripley
Beigetreten 22. Okt. 2021
·
Letzte Aktivität 22. Okt. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
2
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Gregory Ripley
Gregory Ripley hat einen Kommentar hinterlassen
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!
Kommentar anzeigen · Gepostet 04. Juli 2018 · Gregory Ripley
0
Follower
1
Stimme
0
Kommentare