PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Input Field ARIA Support

  1. yoavadler
    Member

    Hi There .

    I have a from with several input fields. when i looking at the form using mobile device, i see that the input fields dont have the "aria-required=true" attribute.

    How can i insert that atribute to input fields?

    i look at the documantion and i saw three methods that might be helpful

    <?php
    add_action("gform_field_input", "map_input", 10, 5);
    ?>

    but all examples that are written there are rendering the all input fields while i am trying to add an attrubute to the field. is this can be accomplished?

    thanks
    Yoav

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  2. yoavadler
    Member

    is there someone who can help me??

    Posted 12 years ago on Monday March 12, 2012 | Permalink