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 289 posts 528 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?

  • Alex Skennerton 17 posts 179 karma points notactivated
    May 13, 2024 @ 14:42
    Alex Skennerton
    0

    Hi Sean,

    did you ever get to the bottom of this? I've commented it out for now and everything still seems to be working.

    thanks,

    Alex

  • Sean Dooley 289 posts 528 karma points
    Jun 04, 2024 @ 12:05
    Sean Dooley
    0

    It has been a while so I can’t recall the impact.

Please Sign in or register to post replies

Write your reply to:

Draft