Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Cannot save fiddle #1940

Open
matthiasprieth opened this issue Mar 27, 2025 · 0 comments
Open

🤖 Cannot save fiddle #1940

matthiasprieth opened this issue Mar 27, 2025 · 0 comments

Comments

@matthiasprieth
Copy link

Error code

ERRW:1.0:K1.0:SL0.3:PU0.19

Were you logged in?

Yes

Your username (if logged in)

storebox

Your HTML

<div>
    <h3>Deine Informationen:</h3>
    <div id='inputs'>
        <table>
            <tr>
                <td>
                    <label for='name'>Name*:</label>
                </td>
                <td>
                    <input id='name' placeholder='name' />
                </td>
            </tr>
            <tr>
                <td>
                    <label for='position'>Position*:</label>
                </td>
                <td>
                    <input id='position' placeholder='position' />
                </td>
            </tr>
            <tr>
                <td>
                    <label for='email'>Email*:</label>
                </td>
                <td>
                    <input id='email' placeholder='test@test.com' />
                </td>
            </tr>
            <tr>
                <td>
                    <label for='phone1'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(AT)</a>:</label>
                </td>
                <td>
                    <input id='phone1' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone2'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(DE)</a>:</label>
                </td>
                <td>
                    <input id='phone2' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone3'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(CH)</a>:</label>
                </td>
                <td>
                    <input id='phone3' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone4'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(LUX)</a>:</label>
                </td>
                <td>
                    <input id='phone4' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone5'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(BE)</a>:</label>
                </td>
                <td>
                    <input id='phone5' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 2342</td>
            </tr>            
            <tr>
                <td>
                    <label for='phone5'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(BE)</a>:</label>
                </td>
                <td>
                    <input id='phone5' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone5'><a target="_blank" href="https://company.atlassian.net/wiki/spaces/AO/pages/1320124417/Telefonnummer+f+r+Visitenkarten+Signaturen">Telefon(BE)</a>:</label>
                </td>
                <td>
                    <input id='phone5' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
            <tr>
                <td>
                    <label for='phone6'><a target="_blank" href="">Telefon(NL)</a>:</label>
                </td>
                <td>
                    <input id='phone6' value='' placeholder='0800 23423 234' />
                </td>
                <td>Bsp: 0800 23423 234</td>
            </tr>
        </table>
    </div>
</div>

Your JavaScript

Your CSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant