Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How do I customize fields added to a game jam submission page?

A topic by joshg created Oct 31, 2017 Views: 1,666 Replies: 1
Viewing posts 1 to 3
(+5)

What the title says. The docs just say "you can add customized fields!" but nothing actually explains what format you're supposed to put things in so that, eg. you can have actual text show up in the multiple choice fields.

Admin(+14)

Sorry about this, it's part of the user interface I never fully finished so it's incredibly confusing.

In the meantime, the format can be set in "configure field settings" with a line for each choice containing comma separated values:

id,name,description,image_url


The image_url and description are optional. id is a unique string that you can use to preserve responses if you decide to re-order or re-name them. You can just use an incrementing number:

1,First choice,Description about first,
2,Second choice,Description about second,
3,Another choice,Etc.,
Admin moved this topic to Questions & Support
This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.