Questions

Tag Filter:
Hello, I have two check box lists populated by a central data store querying the vw_portals view. One is gathering the portalid (for the database) and the other the portalname (for the outbound e-mail). The later checkbox list will ultimately be hidden from the end-users. I need the system to work so that when I select an option in the one checkbox list, the same option is selected in the hidden c
Hi Xmod group, I have an Xmod admin form that just adds an entry to a non-DNN table. It works fine, and I added the Success Template to thank the operator and continue. But after clicking continue, the empty form will not reappear to add the next entry. I tried just reloading the current page with a redirect URL, no joy. What am I doing wrong? (left out brackets and colon so editor won't strip) *A
I am using a pop-up Add Form with a Redirect to the template page on the add button. I need the user to see the updated records when they return to the page. Is this possible? http://dnndev.com/fiddle/fid/771
Is there any way I can..... Pressing the "add button" from a form, runs a stored procedure for inserting the record. If I "return an output" of the newly created ID from the stored procedure is there a way to use this variable in the redirect tag of the "add button" ??? Any thoughts or work arounds would be greatly appreciated. Thanks Mark
This is my add form: <AddForm> <ScriptBlock BlockType="HeadScript" RegisterOnce="True" ScriptId="XMODPro_Admin"> <link rel="stylesheet" type="text/css" href="/DesktopModules/XModPro/styles/rcde-admin/styles.css" /> </ScriptBlock> <SubmitCommand CommandText="INSERT INTO [RCDEProduct_Categry] (ProductId,CategoryId) VALUES(1,1)" /> <ControlDataSource Id="CategoriesDataSource" CommandText=" SELECT CON

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).