Questions

Tag Filter:
Is there an interface available to implement an external datasource in code? i.e. to do something along the lines of this -> https://www.dnndev.com/Products/AddOns/AddOn/twitter-datasource-custom-view-xmod-pro-moore-creative
I have a select box where the user typically picks a category to search for (e.g. Addresses). I can grab the selected category and modify the ListDataSource commandText with a parameter (e.g. @Category). The problem I have is I need to be able to find all the records with NULL categories.
Hi, I have a drop down list whose DataSourceId property needs to change depending on an option chosen from a radiobutton list. Is it possible to change the DataSourceId with jquery and if so, how? I've tried doing alert($('#' + Authorisation.ddCong).attr('DataSourceId')); alert($('#' + Authorisation.ddCong).prop('DataSourceId')); in the radiobutton change function but it just displays 'undefined'
Hi, I have a drop down list in the format textfield = districtName, valueField = districtID. I need to send the id to the submit command, but wanted to display the textfield in a notification email. So they receive an email along the lines of "Thank you for submitting your transfer request to [[districtName]]. blah blah" Is there a token or something that I can use or do I need to use jquery/ajax

Getting Good Answers

How do you get good answers to your questions?   Ask good questions. That means:

  • Good Titles: Give your question a concise but informative title. Rather than "Email Forms", use "Sending multiple emails from forms".
  • Do Your Research: Check out the XMod Pro help file, the XMod Pro Guide on this site, do a search in this Answers forum. Members are friendly and more than happy to help, but it's good etiquette to show you've done your homework.
  • Is It Answerable? Your question should be practical and answerable. Provide clear and accurate details about your specific problem. Be sure to include all the pertinent information or links to images and examples. 
  • Show Your Appreciation: If someone correctly answers your question, come back and ACCEPT the answer. That gives them points and helps others know it was a correct answer. If members know you'll accept an answer, they'll be more likely to spend time on your next question(s).