Use our Google Custom Search for best site search results.
Search
-
Is there any particular reason an elements id would keep changing if no changes have beem made to the form in design view?
Example:
id="ctl00_m_g_2cd39c29_ceed_4d60_864b_541d9f025a2b_FormControl0_V1_I1_S13_I3_T1"
changes to:
id="ctl00_m_g_2cd39c29_ceed_4d60_864b_541d9f025a2b_FormControl0_V1_I1_S13_I2_T1"
Notice the ...
-
I have a drop down field in my main form that grabs the title field data from a secondary data connection. I'm now getting the "Exceeding data limit error". I need to now query the secondary data connection to bring back the title field data based on specific statuses(In Progress and On Hold) in the status field from the ...
-
-
Is there a way to set multiple choices in a multi-choice choice field. If field1 equals "Yes" for instance I want field 2 to have Choice1, 2 and 3 selected automatically from 10 choices.
I can only seem to get one choice to stick
-
Once again Hilary, THANK YOU!
-
I have a multiple selection list box in my form with one of the values listed as "Test". When I select the Checkbox for that value it sets another boolean field named "Test Switch" to true. On the last field in the form which is required I have a rule to set the boolean field to false if the user ends up going back to the ...
-
I'm getting an error when trying to build an expression on one of my fields in a form. I'm trying to get the duration of days between two dates. The expression is below and it seems to be pointing at the number 2 at the end of the expression.
concat(substring-before(., ";") + substring-after(., ";") * ...
-
That did it! Thank you so much!
-
xdMath:Eval(xdMath:Eval(../../my:Toll_Free/my:TollFreeFields, 'concat(../../my:Toll_Free/my:TollFreeFields/my:TollFree, ", ")'), "..")
"TollFree" being the field in the repeating table where input goes and "TollFreeFields" being the top level repeating table. Everything else I could think of ...
-
Thanks Hilary! I got most of this to work. I get the intended concatenation for each repeating data entry, but it always grabs the first piece of data, for instance if my first input was 1111 and I added another row as 2222 the destination field would display 1111, 1111. I can't seem to get the right combination.