As mentioned the form doesn’t show until I scroll on phone. Please help me. Here is a video of me showing the problem: RPReplay_Final1718749105.MP4 - Google Drive
1 Like
Welcome to the Community @Arvid_Karlsson
This delay occurs because of the lazy load attribute in the widget’s installation code. This feature improves the page speed score by loading the widget only when reaching it on the screen.
If you’d like to change this behavior, just remove data-elfsight-app-lazy attribute from your installation code.
Try it out and let me know if it helped