Forge Quest - Apprentice Thread

Small bug in the Weather quest (well, at least with me):
The location radiobutton didn’t really get selected on form repaint (no dot in the circle), because index wasn’t a string here:

function locationOption(obj, index, array) {
return { name: “location”, label: obj.name + ", " + obj.state + ", " + obj.country, value: index.toString() }
}

But it was fun nevertheless, thanks!

Hey @PietHadermann thanks for bringing this to our attention, I’ll have a look and get that fixed. Glad you were able to get it working!

very nice tutorial. can i have my badge?

1 Like

Great tutorial, thanks!

1 Like

Done!

1 Like

@mpaisley - I completed the quest earlier tjis year but never recieved my swag for doing this. How do I chase up getting my swag?

Regards,

Kristian

Completed! Excellent example for using forge. Thanks!

2 Likes

Thanks @Rax !

Here as well! Completed the apprentice weather app!

1 Like

Now this is great ! I like it ! My badge please :smiling_face_with_sunglasses: !

1 Like

Just finished to create my weather gadget !

1 Like