Discussions

Tag Filter:
I'm happy to announce we've just released version 4.9.6 of XMod Pro. This release is geared toward users of DNN 10+. If you are still running DNN 9.x, you don't need to install. The release fixes the jQuery related error that prevents the Form View from loading. This was do to the removal of a DNN method in DNN 10. While we don't expect any compatibility problems, if you experience any issues, ple
I have some Forms whith I load in a dnnModal popup. Now I want to reload my feed on the mainpage after the dnnModal popup is closed. Is the a jQuery bind option or something? I use: xmp_LoadFeed({xfd:feedname ....... to reload the feed, but I want to trigger it when the dnnModal popup closes... Any tips..?
Hi Gurus, I have a table in an XMOD Add form that contains 7 seperate checkboxes. When ticked they simply update a corresponding field in the database with a 1. I would like to have the check box - ID="COTYPE_ALL" - selected by default. But if any of the other checkboxes (ID="COTYPE_A",ID="COTYPE_B",ID="COTYPE_C") are selected I require the change event to deselect the checkbox ID="COTYPE_ALL". If
I have gotten very far with the steps outlined in the article here: http://dnndev.com/Learn/Articles/Detail/ArticleID/... I am stuck at step 4, how to call the jquery in a template. The example provides a method for modifying a skin file, but I would like to have this in a template instead, as the article states is possible. Does anyone have an working example with an autocomplete input box in a t
All the examples I can find on the web for changing the state of multiple checkboxes by the click of one checkbox use the attribute name="" or class="" for each checkbox, to group them. Looking at the XMOD PRO help file these attributes arent supported. Please can someone help me with a fiddle that changes the state on one checkbox based upon the state of another. e.g. ticked or not ticked. This w
I downloaded the above Module Kit from this site and used it as a bases for a contact us form. I really like the look of the popup Validation error messages on this which is why I used it. I was able to add new text fields and dropdown lists and to get the validator to work. On the form I added a checkbox called Agreement. I want to set this so that the user has to check this box in order to submi
See original posted at the bottom here: http://www.dnndev.com/Learn/Answers/cid/8780.aspx Patrick Ryan assisted me in getting the first part done, but I was trying to get the dual drop-downs working, but can't get it working properly. Thanks..