So I added <AddSuccessTemplate> <ItemTemplate> <h1>Form Submission Successful</h1> <p>Thanks for your submission.</p> <xmod:ContinueButton Text="Continue" /> </ItemTemplate> </AddSuccessTemplate> to my form expecting it to be hidden. It is always visible, even without a form submission. Is there something I am missing here?
Is it possible to grab values from the hash part of a url for populating controls? The url token doesn't seem to pick those values up.
Hi, Might be a stupid question but how do you get the Exchange files? Im interested in the Captcha-less registration. Thanks Todd
I am trying to use Bootstrap modal to load a form. I have it working just fine with jquery dialog. Bootstrap one, comes up gray, or the buttons are grayed out (at best) and focus is on "something else". I have read in other DNN posts, this might be a z-index issue. Tried solutions, to no avail. Thank you Roman
hello all, anyone able to get XMOD Pro Captcha working (in a Form) on DNN 7+? It worked before (on 6.2.4) but now it fails (the image is not shown). I'll add the code in a second post.
Correct me if I am wrong, but I believe that XMP relies heavily on the Web Forms framework. With the release of DNN 9, DNN is taking the first steps in minimizing DNN’s reliance on Web Forms. Although it is not going to happen in the next year or two, the ultimate goal of the developers at DNN is to develop a platform that does not rely on Web Forms at all, and is developed around .Net Core. Right
I am working on a localhost environment and going through Chapter 8 of DiscoverXModPro. The tools are VMware, Windows 10 Pro, DNN v950, SQL Express 2019, SSMS 2018 and XModPro v4.9 - All the environment is running inside a VM with Windows 10 Pro. - My local address for DNN is http:localhost\DNN950 - The installation was done at C:Home\DNN950 - The database resides at C:Home\DNN950\App_Data\Databas
I want to assign a value to a field coming back from my SQL table if it's empty?
Hello, Is there a way to customize CAPTCHA using XModPro Form? We want to change background and text color of the CAPTCHA image on XModPro form. Thanks in advance Champaka
I am attempting to use the jQuery UI datepicker control in my forms and I want it to be "fully" localized (i.e. language, date format, first day of week) I have some code that's working, let me know if there's a better way