Sign In to Participate
Or register to become a member
Rank Member Pts
Tags
No tags found

Getting Good Answers

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

  1. Good Titles: Give your question a concise but informative title. Rather than "Email Forms", use "Sending multiple emails from forms".
  2. 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.
  3. 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. 
  4. 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).
0 Votes
3 Answers
Form SelectCommand Stored Procedure Parameters not working

In an AddForm I am unable to call a stored procedure in a Select Command as commandtype="storedprocedure" as follows: <SelectCommand CommandText="GetAddCodeChangeDefaults" CommandType="StoredProcedure" ConnectionString="***" > <Parameter …

0 Votes
2 Answers
(NoItemsTemplate) or (xmod:Select) for (AddForm)?

I’ve got a scenario where an (AddForm) is used with a (SelectCommand) returning a single (1) row to populate some “defaults”. It’s possible that the SelectCommand could return zero (0) rows. In that case I’d like XMP to render different HTML in a similar …

0 Votes
2 Answers
Using [[Field]] Tokens in Your Form does not appear to work as documented.

"Beginning in version 1.3, XMod Pro now supports the ability to use data from your <|SelectCommand|> in the attributes of your form controls.This allows you to retrieve values from your database or from passed-in parameters or hard-coded values in …

0 Votes
2 Answers
Two select commands in one form?

<SelectCommand CommandText="Select @portalid as PortalID"> <parameter name="portalid" value='[[Portal:ID]]' /> <parameter name="portalname" value='[[Portal:ID]]' /> </SelectCommand> <SelectCommand CommandText="Select …

Author: Bob Veale
0 Votes
2 Answers
SelectCommand DataField not available in Email?

It seems DataFields which are in the SelectCommand on an AddForm are not available in the Email template. Is this correct? Is it only DataFields which are in the SubmitCommand? Is it possible to use data from a Variable in the email? Basically I need …

Author: Jax UK
Votes
0 This question has no answers. Answers

Author:
Tags:
No questions or answers were found
No questions or answers were found
More Questions
Ask question