Expand my Community achievements bar.

Iakov_Qvaz
Iakov_Qvaz
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am contemplating a secure way to transmit credit card numbers in a form. The users of the form have only Adobe Reader and so I'm thinkinga)  When the form-filler is finished filling the form, s/he clicks Submit or another buttonb)  The Submit button then makes the credit card field invisiblec)  Th...

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    8
  • >  But the most elegant way to do it is :TextField1.rawValue=this.rawValue; Hahahaha  :-)I had no idea.  I thought one had to test for each radio button value, which was why I asked for IF and SWITCH syntax.I tried your elegant suggestion and it worked elegantly.Thank you!  Haha.

    Type

    Questions

    Views

    409

    Likes

    0

    Replies

    0
  • I have a radio button list of'a' has value of 1, b=2, c=3, d=4, e=5If  'a' is selected, I want its value of 1 to be assigned to X.If  'b' is selected, I want its value of 2 to be assigned to X.How do I code the above usingi)  IF syntaxii) the switch { case   syntax?Thanks.

    Type

    Questions

    Views

    862

    Likes

    0

    Replies

    2
  • >  I created (spent days) a form using...:-)I am just getting started with forms and unless I am only pasting fillable fields onto an existing form,  it's amazing how long one form can take to create from scratch.That Niall fella gives some detailed replies, doesn't he?  Community Expert pguerett be...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Thank you, Ben and Jono.The resources provided by the three replies should keep me busy for some time.Thank you all.

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Ah.  Very nice of you, Niall.  Thank you very much.Others reading this post  -   Please share how you learned XFA scripting. Anything at all that you can share about your first steps into XFA scripting would be appreciated.Thanks again, Niall.  :-)

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Greetings, XFA scripters.How do I get started with XFA scripting?  Every JavaScript book I have looked at applies to web scripting. Where did you XFA scripters learn your JavaScript?I am the self-taught type, so please don't recommend classes.  I'm just looking for resources to learn XFA scripting. ...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    7
  • Hmmm.  Makes sense.  I appreciate it.But is this the ONLY way?  For instance, is it possible to script the fields so thatformB.name = formA.nameformB.phone = formA.phoneSomething like that.  Direct calls between the forms without an intermediate export/import procedure?  Thanks.IakovLearning to be G...

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    0
  • Greetings, all.The trials and tribulations of being a novice.  I know less than I require for a task.------I have two forms  -  Form A & Form B. When I enter name = Joe and phone = 111-2222 in Form A,  I'd like the name and phone number fields on Form B to auto-populate with name = Joe and phone = 1...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    3