Search In
Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13. More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed! Less than 25 tickets left - get yours now!
I have a simple registration form, where people can enter their name/phone to reserve a spot. Everything works, it captures the data.
I'm using one of these pop ups called Facebox (something like the Lightbox, Greybox, but for html content). This works too, but is there a way to make doc2form work with these pop ups, particular on postback?
I have had a client accomplish it by having a page that shows the popup on success.. simply, using the success page option, and having the code loaded there. It isn't elegant, but does work.
There is another option of using jQuery Forms plugin that will capture a form submit and do it via ajax requests. The result is a returned to the js, which can be parsed and loaded into a dialog. You may look at that option.
is there a way to disable postback after submit in doc2form? i'm quite content with that
Casey, I'm now using colorbox jquery plugin. This works well, it does not prompt the postback page.
Chris,
Would you be kind to detail your solution to better aid those whom would like to accomplish the same approach?
Case
Casey,
There is nothing special, I set the RefreshToParent blank and RedirectToNode blank. The combination of those setting and this plugin seem to work. Perhaps this is just unique to the colorbox, all other seems not to work.