Sean Delaney
Sean Delaney
Has this enhancement ever been worked on? I now have the same issue and using the above workaround...
+1 for this. I have a client who is constantly asking if they can toggle all rows at once.
Same issue. React 16.
@alexmillman23 @paulgoodfield We've identified the issue to be related to the forms `hash`, `payload` and `csrf` token being refreshed when used with caching, and/or calling `form.renderContext` before calling `form.render`. The...
@paulgoodfield This is exactly what I expected to see. Okay, can you please update your code to this: ``` export function loadDynamicFormFields() { for (const form of document.querySelectorAll('[data-freeform]')) { fetch('/dynamic/form-fields')...
+1, Would love to see this feature added. I really dislike Wrap staying open after closing last session.
@kjmartens Tested G's changes without our manual CSRF JS approach with Multiple page form, Stripe and Blitz setup. All worked perfectly.
@robdove I'm investigating this now. I couldn't replicate in my first test. Can I get more info on your form setup so I can replicate locally? Fields info, notifications info,...
@robdove I have found the issue. Fix coming soon.