Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean Dooley 288 posts 527 karma points
    Jul 11, 2023 @ 13:40
    Sean Dooley
    0

    Umbraco Forms formId in a display:none div

    I am currently utilizing Silktide to resolve any accessibility, content, and user experience issues on a website. Silktide has flagged an issue with the Umbraco Forms markup, specifically the input field that replaces the dashes in the username.

    <div style="display: none">
        <input type="text" name="@Model.FormId.ToString().Replace("-", "")" />
    </div>
    

    The input field appears to be hidden with an inline style, and I am curious to understand the reasoning behind this decision. Can anyone provide some insight?

Please Sign in or register to post replies

Write your reply to:

Draft