Expand my Community achievements bar.

SnookerDJ
SnookerDJ
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • HiWhat a long thread!  I didnt get chance to read it all but I think that your problem can be resolved as follows:When you click the submit email button and you have required fields ,an option in Acrobat tells it to highlight it in red.  Therefore if you wish to keep the required fields on you will ...

    Type

    Discussions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi PaulI had a play around with the form to send you an abbriveated example and I sort of got it to work (one page document and subform set to hidden). On button click it would then display the hidden subform. When I applied the code again to the whole form it did not work so I have been trying to g...

    Type

    Discussions

    Views

    383

    Likes

    0

    Replies

    0
  • Hi PaulThis is the code i have used:if (iVar==0){Page.Subform.presence ="visible"}else {Page.Subform.presence ="hidden"}This works fine if it is the only click event, however if there is a code prior to this where you have two conditions (0,1) then it does not seem to work. I know the code before it...

    Type

    Discussions

    Views

    383

    Likes

    0

    Replies

    0
  • HiI can get subforms to hide or be invisible using the change event and presence function. However, what I want to be able to do is click on a button which validates my form and then only displays the subform once validation is accepted (i.e. ivar = 0 but not if ivar = 1) I have tried lots of things...

    Type

    Discussions

    Views

    899

    Likes

    0

    Replies

    4
  • Hi The first time I thinkanyone has answered their own post. So for the benefit of anyone else I added the folowing script to the exit eventof the date field objectif (page.subform.dateobject.rawValue == page.subform.dateobject.formattedValue) {xfa.host.resetData("xfa.form.Formtitle.Page.subform.dat...

    Type

    Discussions

    Views

    323

    Likes

    0

    Replies

    0
  • Hello thereThis maybe a simple problem but on the Date time field object i have input a display pattern and put the error message in. When I preview the PDF and populate the object with random text the pop up box will display my error message.What it does not do is clear the text I have input so the...

    Type

    Discussions

    Views

    568

    Likes

    0

    Replies

    1
  • Hi Paul Can you send me it to please. Email is djl64@st-andrews.ac.ukThanksDarren

    Type

    Discussions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Hi Send me the form at djl64@st-andrews.ac.uk. I am no expert but I will have a look for you and see if I can spot anything.

    Type

    Discussions

    Views

    943

    Likes

    0

    Replies

    0
  • Hi Paul / NiallThe last bit of Niall's post was what I was looking for. Sorry if my original post was a little confusing.Many thanksDarren

    Type

    Discussions

    Views

    366

    Likes

    0

    Replies

    0
  • This is some javascript that should work. In this exampple it will keep adding your subform upto six times. Enter it into the click event and remember to substitute the names I have put in and get spelling correct. "Pagename.Subformname".occur.max = "6"; "Pagename.Subformname".occur.min = "1"; "Pa...

    Type

    Discussions

    Views

    943

    Likes

    0

    Replies

    0