Safari Checkbox Problem?

I created a macro to fill in standard info for a Craigslist ad. They keep changing the form!!! Anyway, I cannot get KM to activate the phone field. This is the field:

When I manually check the "show my phone number" box, the other fields become available like this:

KM can check the "show my phone number" box, but the other fields remain grey like this:

Is there a way to make this work in KM?

Hey Bruce,

Try running this from a Execute a JavaScript in Safari action:

document.querySelector('input[type="checkbox"][name="show_phone_ok"]').click()

See if it works on the page in question.

-Chris

That does work Chris. Thanks.

1 Like