form-scraper
form-scraper copied to clipboard
class instead of id
whenever you want to fecth the form, it takes the id of the form in the html DOM, but, what if it is a class instead of an id? is there any way to fetch it?
i need the same but with the form name
Just use . instead of #