ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Form captcha Ajax fix [#107326958] #32

Closed mthommes closed 9 years ago

mthommes commented 9 years ago

When embedding a form using the Ajax option, we replace the remote randomimage.php script reference with a local one, so the session variable is accessible when the captcha is verified.

See also the WordPress plugin update, and the API example script update.