활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I built a Click event rule in Launch for the "Form Submit" button. But this rule is firing even if you just click submit button even if the fields of the form are not entered. Any solution to that?
I have also tested it by changing it to event type Form "Submit" and now nothing is coming in the debugger.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Given your situation, it would be best for your developers to trigger a Direct Call _satellite.track() when their form submission script runs successfully. You can then build a Rule from that Direct Call to track your form submission.
조회 수
답글
좋아요 수
@yuhuisg I have tried implementing by changing the event type but it's not working. Also, my page url does not change after submission it just shows the "Thank you message".
조회 수
답글
좋아요 수
Given your situation, it would be best for your developers to trigger a Direct Call _satellite.track() when their form submission script runs successfully. You can then build a Rule from that Direct Call to track your form submission.
조회 수
답글
좋아요 수
I want to say sometimes the "submit" trigger is looking for the element of the FORM that is being submitted, not the submit button. If you can't get the developers to set a reliable direct call for you, I'd try either changing the trigger to be click-based on the submit button, or submit-based on the form, if that makes sense.
조회 수
Likes
답글