Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Custom Character Sheet

Hello there, First, sorry for my poor english(i'm french) I have a handmade character sheet (.lpg) I just want add empty field on it, do u know the simpliest way to get it? Thanks 
You can add a text field to the sheet with an input element with type="text". Note that the "name" attribute must be present and must start with "attr_". This will add a field identified as "myfield": <input type="text" name="attr_myfield" />
1585848215
Andreas J.
Forum Champion
Sheet Author
Translator
Custom Character Sheets are not simple, they are made with HTML/CSS/Javascript, and you need a Pro subscription to use them. You can't make one simply from just an image.
I would like to amend the Qin sheet since it calls for images that are no longer at the URL being called. I have a Pro account. Can I do this for myself alone (e.g. make a forked version for my own custom use)? If  not, how do I do it as part of the main development?
1585859598

Edited 1585860911
Andreas J.
Forum Champion
Sheet Author
Translator
Tom Hagen said: how do I do it as part of the main development? <a href="https://wiki.roll20.net/Beginner%27s_Guide_to_GitHub" rel="nofollow">https://wiki.roll20.net/Beginner%27s_Guide_to_GitHub</a>
1585859709
Finderski
Pro
Sheet Author
Compendium Curator
Tom Hagen said: I would like to amend the Qin sheet since it calls for images that are no longer at the URL being called. I have a Pro account. Can I do this for myself alone (e.g. make a forked version for my own custom use)? If&nbsp; not, how do I do it as part of the main development? You don't even need to make a fork for your own game...just grab the HTML, CSS, and translation.json files off the roll20 repo and copy/paste those into the appropriate tab for your personal game(s).