Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209051

    Hi! I have create a form in html in frontend version of my webapp. This frontend is connect with backend build in .net. I’ve create with Avia Layout Builder a form with html code, but I cannot insert required fields with attribute required. When I save, it transform from required -> required=”” and it doesn’t work

    #209055

    <div class=”tab_content active_tab_content” id=”tab-id-1-container”>
    <div class=”tab_inner_content invers-color” itemprop=”text”>
    <div class=”av-special-heading av-special-heading-h3 meta-heading avia-builder-el-3 avia-builder-el-first ” style=”padding-bottom: 10px;”>
    <h3 itemprop=”headline”>Invia password</h3>
    <div class=”special-heading-border”></div>
    </div>
    La password, verrà inviata alla casella di posta da te inserita in fase di registrazione

    <form action=”http://backend.MYURL&#8221; method=”post”><label>E-mail di registrazione:</label>
    <input id=”txtRecupera” style=”width: 250px;” type=”text” name=”txtRecupera” required=”” />
    <p class=”submit” align=”right”><input class=”button” id=”avia_login” tabindex=”100″ type=”submit” name=”avia_login” value=”Invia password” /></p>

    </form></div>
    </div>

    • This reply was modified 11 years, 5 months ago by thevoiager.
    #209264

    Hey!

    I tried putting this code in a Text element (ALB) in a Page with Enfold activated:

    <input id=”txtRecupera” style=”width: 250px;” type=”text” name=”txtRecupera” required />
    

    The result:

    The required attribute remained intact.

    Cheers!
    Josue

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Attribute required’ is closed to new replies.