Hi@SanfordWhiteman this code below is working on my LP templates but I would also like to figure out what code needs to be added to also not allow domains from the free.txt file. ...
I added this code to LP template at bottom above final</body> tag.
<script>
function inDomainList(email,domains){ return domains .map(function(domain){ return new RegExp('@' + doma...