i made a module for funcaptcha but needs to locate funcaptcha element cause i cannot do with css is there any thing can i do with javascript or read any solution
@m4zuper
on any site I try , I guess that rucaptcha and 2captcha are the ones that are doing best regarding funcaptchas , but with the Standard " solve captcha with clicks" module It's just clicking on the submit button and then stop
I'm trying to write a date from *csv file into web input form. The date in *csv file is in MM/DD/YYYY format, but my BAS inputs it as YYYY-DD-MMT00:00:00:00... i need it to fill out the webform in MM-DD-YYYY format. what ami doing wrong?