- Replaced
target.offsetTop
withtarget.getBoundingClientRect().top
for more accurate position calculation.
- Added configurable offset
threshold
. - Added log information when the form gets loaded.
- Increased top offset threshold.
- Fixed broken
template.ejs
path.
- Added support for embedding Convertkit JavaScript form code.
- JavaScript form code gets loaded on scroll to the form placement. (Fixes counting visitors.)