Expand my Community achievements bar.

mmgiath
mmgiath
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is ascript I am using on click event to submit a form:var myDoc = event.target;var address = "xxx@aaa.com";var CCAddress = "zzz@aaa.com"; var msgBody = "Hello";var sub = "Form to Review For ";   var Sender = (form1.PageA.rawValue);    event.target.submitForm({cURL:"mailto:"+ address + "?cc=" + ...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    2
  • How I can add CC in the script below?Thank youvar myDoc = event.target;     var address = xxx@aaa.com; var sub = "Personal Action Form to Review For ";     var Sender =(form1.PageA.personalInfo.rawValue);     var msgBody = "Hello.\n\nThank You!"; myDoc.mailDoc({ bUI: false,         cTo: address, cS...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • Still I have this problem: both email addresses show up when you click “submit form”.. but they show up like this..  xxx@jbmh.com; bbb  < and the last one works without the @aaa.com..bbb@aaa.com receives the formxxx@aaa.com does not receive the formHere is the part of my script:var address = "xxx@aa...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Sorry,bbb@aaa.com receives the formxxx@aaa.com does not receive the form

    Type

    Questions

    Views

    984

    Likes

    0

    Replies

    0
  • Is it correct the syntax  below?We receive the form from bbb@aaa.combut not from xxx@aaa.comWhat can be wrong?Thank youvar address = "xxx@aaa.com;bbb@aaa.com;";

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    2
  • I have a email Button with the script below:It's work fine and focus on the mandatory field if data  missing butI am not getting any Dialog warning message for which mandatory field data missing!In the form properties I have check Show Dialog messages.How I can show the warning messages if data miss...

    Type

    Questions

    Views

    923

    Likes

    0

    Replies

    0
  • here is my file:https://acrobat.com/#d=jqF1EDVB0j5kdojAOi9dCQWith thw DDlist I control visible and hidden subforms with MANDATORY AND NON MANDATORY FIELDS.Also in a change event with a script I try to make mandatory field to become non mandatory in casesubform is hidden and vice versa!But the The va...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • THANK YOU for your time to help me with this one!Your solutions WORKS!!!Thank you

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi,may someone help me?I have a DDList that controls(visible or hidden) two subforms.This I try to achive is when a subform is hidden the mandatory field to become non mandatory and via versa..Below is my sample:Thank youhttps://acrobat.com/#d=MFS8E4i8Ooo0OogyikIMEg

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    2
  • https://acrobat.com/#d=ksdeY0D7qaRATgXoSJl1NwThank you Nial

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0