SEALD APPS LLC

Results 4 comments of SEALD APPS LLC

Sorry for the delay in reponse here is a long list of complex addresses I have to deal with so first one regarding tagging I need at least a FULL_ADDRESS...

The formatting of the addresses come from official county clerk sources so they are set in stone As mentioned earlier for me most important is the parser doesn’t throw errors...

finally got it working application.leaf ``` #(title) #extend("Layouts/header") #import("content") #extend("Layouts/footer") document.addEventListener('DOMContentLoaded', function() { const token = document.querySelector('meta[name="csrf-token"]').getAttribute('content'); document.querySelectorAll('form').forEach(function(form) { form.addEventListener('submit', function(event) { const input = document.createElement('input'); input.type = 'hidden'; input.name...