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 .
×

Create my own custom sheet tremplate

Hey, I treid to create my own, first custom character sheet template via editor in game settings. When I saved, I got an error, unfortuanelly quite unspecific... So I tried to reduce my html, but still I got an error. In the end, I tried to save an empty custom sheet, still getting an error. Even in a newly created game with no players, nothing enabled. I tried to follow the guides given , e.g&nbsp; <a href="https://help.roll20.net/hc/en-us/articles/360037773373-Character-Sheet-Tips-and-Tricks#HowtoUseCharacterSheets-StartingaNewGame" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037773373-Character-Sheet-Tips-and-Tricks#HowtoUseCharacterSheets-StartingaNewGame</a> <a href="https://wiki.roll20.net/Building_Character_Sheets" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets</a> I cannot find any prerequisits I am missing. Is there a chance to see the details of the error without creating support ticket? (To debug my sheet) In the preview tab, the sheet I am testing shows fine. Test HTML code (no css, no translation) : &lt; div &nbsp; class = "3colrow" &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Name: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Character_Name" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Geschlecht: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Geschlecht" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Rasse: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Rasse" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &lt;/ div &gt; &lt; div &nbsp; class = "3colrow" &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Name: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Character_Name" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Geschlecht: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Geschlecht" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt; div &nbsp; class = "col" &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; label &gt; Rasse: &lt;/ label &gt;&lt; input &nbsp; type = "text" &nbsp; name = "attr_Rasse" &nbsp; /&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/ div &gt; &lt;/ div &gt; Any ideas? Thx in advance for your help.
1613160025
Andreas J.
Forum Champion
Sheet Author
Translator
there is a bug going on with this right now <a href="https://app.roll20.net/forum/post/9799879/cant-use-custom-character-sheet-anymore" rel="nofollow">https://app.roll20.net/forum/post/9799879/cant-use-custom-character-sheet-anymore</a>
thanks a lot. I saw that thread, but not the update about the bug.