Use our Google Custom Search for best site search results.
Search
-
Thaks Matt,
There's nothing inherently wrong with the snippet... it's just useless without the surrounding details. I'm sure everyone here would benefit from a clear example if that's the best snippet to be found.
I'll continue to monkey around with it when I have bunches of spare time :)
thanks,
-Eric
-
Hello,
I would like to add a row to a repeating table with javascript and coudn't find any tidbits on google or in the forums.
Has anyone else done this?
thanks,
-Eric
PS I found the following but coudn't adapt it without seeing the poster's data and form layout:
======================
//get parent row
var parent = ...
-
Hello,
Where does the text ''Click here to sign this section''
and ''Signed by <name> view Details''
''on Day, Date Time (TimeZone)''
come from?
I have one section that displays the ''Signed By'' text and several sections that once the ''click here to sign'' is clicked - the ''Signed By'' text never shows up. The only difference ...
-
Hello,
For the following error message:
''The following view of the form includes a control with an error: Review View''
''Data entered into the control will not be stored.''
Where is the location of the error stored? The message as described left this crucial piece of information out of it's formatted message. Is this stored in a error log ...
-
Hello Patrick,
Thanks for the reply,
Reviewers add signatures in the form to lock down discrete data sections in the form. When the form changes to rework view all the signatures need to be removed unlocking these discrete data sections and allowing for new changes to be made by the original submitter. As the form goes back to review - the ...
-
Thanks Shiva,
But thats not quite what I had in mind - I want to do exactly the opposite of that. I want to click a button from javascript, not call a javascript from a button.
-Eric
-
Can I have javascript code click a button on one of my form's views?
something like: XDocument.view[myview].aButton.click() ???????
Thanks,
-Eric
-
Hello,
if you have both rules and conditions and custom code - does one always run before the other?
also - can you save the form from javascript somehow as opposed to using rules and conditions?
I need to run some custom code and then save the form when a user clicks a button.
thanks,
Eric
-
Hello,
I have a form with at least three views,
StartingView
ReworkView
FinalizedView
In ReworkView I need to have all digital singatures erased and all other data maintained - (this is hopefully being addressed via another post to this forum from last week)
In Finalized view I need to make it so that digital signatures on the form cannot be ...
-
Thanks Matt,
This does the trick for both signature blocks and repeating sections.
-Eric