on_sent_ok issue
-
hi guys, i have been using on_sent_ok in additional settings to .show and .hide certain containers after form submission. this affects all sites i manage. now this feature will be discontinued (https://contactform7.com/2017/06/07/on-sent-ok-is-deprecated/). I tried following the instructions on the link above, but my problem is, that I have multiple on_sent_ok entries in each form (usually the same ones though):
on_sent_ok: “$(‘#AfterSendShow’).show()”
on_sent_ok: “$(‘#AfterSendShow2’).show()”
on_sent_ok: “$(‘#AfterSendShow3’).show()”
on_sent_ok: “$(‘#AfterSendHide’).hide()”
on_sent_ok: “$(‘#AfterSendHide2’).hide()”
on_sent_ok: “$(‘#AfterSendHide3’).hide()”how would i manage this situation of multiple entries here in an addition to the functions?
any help would be appreciated, I’m sure a lot of people will be looking for this once the feature no longer works!
- The topic ‘on_sent_ok issue’ is closed to new replies.