Expand my Community achievements bar.

gwhPoster
gwhPoster
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Ok so if I have to have the .xml data file instead of the fdf, can I still import this xml data into a responses file in Acrobat Pro?Thanks for the continued help.

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    0
  • Thanks for the reply,I tried your suggestion and wrapped the radio buttons in a radio button group and the error disappered which is great so thanks very much for that.Could I ask another couple of questions?I have a submit by email button which I've just tested, and I noticed that the data file tha...

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    0
  • Hi everyone,I have a 2 row table. The first row is a text cell while the second row contains 3 radio buttons. When I inserted the radio buttons into the row, I found that I had to wrap the radio group within a subform and then set the content to "Flowed" and a flow direction of "Western Text". This ...

    Type

    Questions

    Views

    6.3K

    Likes

    0

    Replies

    10
  • Hi everyone,I need to add a submit button to my livecycle designer form that allows the user to submit the entire pdf to a folder on a remote server. I tried putting the following code on the click event for my button:var myURL = “http://mysite.com/test/”;var myDoc = event.target;myDoc.submitForm({c...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Thanks - I've emailed you the file. It would be good to get the conditional code working.

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
  • Thanks again - I tried the conditional code but this didn't seem to work.I then tried your second suggestion by entering a space into the default field for the first and lastname fields. This achieved the effect but is that what you actually meant in order to set the initial value as blank, ie. does...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
  • Sorry I ended up editing my last post but will explain here:I found out that I needed to make the path more specific, eg.var first = WrapperSubform.studentinfo.firstname.rawValue;var last = WrapperSubform.studentinfo.lastname.rawValue;So when I added the name of the parent subform, ie. WrapperSubfor...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
  • Ok I selected the fullname field and changed its event to calculate and the code is now as follows:var first = WrapperSubform.studentinfo.firstname.rawValue;var last = WrapperSubform.studentinfo.lastname.rawValue;this.rawValue = first + " " + last; All is working well even on the master page, except...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
  • Thanks for the reply,I selected the "fullname" field in the footer and then in the scripts editor I chose "form:ready*" from the show drop down menu and then chose javascript for the language. The following is now the current code:var first = student-info.firstname.rawValue;var last = student-info.l...

    Type

    Questions

    Views

    5.9K

    Likes

    0

    Replies

    0
  • Hi everyone,I have two text fields at the top of my form for the user to type in their first and last names. I originally set the two fields to be global so that when I placed two identically named fields in the footer the values would automatically be repeated in that area across the document.  Thi...

    Type

    Questions

    Views

    12.0K

    Like

    1

    Replies

    11
Top badges earned by gwhPoster
Customize the badges you want to showcase on your profile