Home › Forums › Quform WordPress › Add clear button to text input fields
Hi there, is there any way to dynamically add a clear button (‘X’) to each text input field, or if desired, individual text input fields? See attached image for an example of what I’d like to achieve.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thank you for that!
Interestingly enough, i found another possible method. Setting the input type of the text field to “search”. Do you think that could work with Quform?
https://stackoverflow.com/a/6258628
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search
Thank you!! That works even better!