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