I have that kind of refreshing thing incase the world fails, then there is some fallback.
But what fields are you talking about? The Quip fields or/and recaptcha?
You may use HTML5
required attr or JS to speed-bump forgetful users.
And maybe try this
http://formvalidation.io/examples/validating-google-recaptcha/
Demo:
http://www.leofec.com/modx-revolution/using-only-one-form-in-modx-quip-comments.html
Go ahead and forget to enter the right recaptcha value
References (see what this guy did) I don't know if it will help you
http://cmhworks.com/blogs/2015/07/09/responsive-modx-quip/
https://forums.modx.com/thread/96540/using-only-one-form-in-modx-quip-comments---like-wordpress#dis-post-528023
TinymceWrapper: Complete back/frontend content solution.
Harden your MODX site by
passwording your three main folders:
core, manager, connectors and renaming your
assets (thank me later!)
5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
Ideally you want your user to never reach the Quip's validation error, that is, you want to force your own validation.
However if you still want to use Quip's validation error, check if your modal plugin accepts url parameters, some do, or just create your on JS event listener.
Example, my Quip form is hidden with an accordion, which also has the error divs (of course you can use CSS/JS to relocate these divs o the fly, to make the error visible whether or not the accordion is closed or not - or in your case, a modal window)
This accordion can be expanded or collapsed programmatically via a url parameter.
In the Quip's form action url, I appended ?ddPostComment=0
So in full, reply-form.html?quip_thread=article-b114-1516&quip_parent=1439?ddPostComment=0
If ddPostComment equals zero, the accordion will expand transitionally.
This ensures that the accordion is expanded whenever a comment is made or rejected, that is, when a post is made and the page refreshes.
Let me know if this is not a clear explanation.
TinymceWrapper: Complete back/frontend content solution.
Harden your MODX site by
passwording your three main folders:
core, manager, connectors and renaming your
assets (thank me later!)
5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
Is your modal window getting Quip replyto page via AJAX or iframe?
Is your replyto form same as main comment form?
TinymceWrapper: Complete back/frontend content solution.
Harden your MODX site by
passwording your three main folders:
core, manager, connectors and renaming your
assets (thank me later!)
5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
How did you managed to get all treath on one page?
<a href="www.play2web.com" title="izrada web sajtova">Izrada web sajtova</a>