Skip to main content
Participating Frequently
September 1, 2025
Answered

Live Cycle Design Submit Button.

  • September 1, 2025
  • 2 replies
  • 132 views

Hello I have a submit button to submit a form via pdf.

I have 2 radio check marks on the form: 1= yes, 2=No.

I need a JS so that when the button is checked yes I need to submit the form to a cc: email address. 

When the button is checked no I need the submit button to go to a different emil address.

So far here is what I have but doesnt seem to work.

 

var ccAddresses ="";
if(this.getField("Email1").value!="Off")
{ccAddresses+=this.getField("Email1").value +"; ";}

 

Thank you

    Correct answer try67

    Questions about Adobe AEM/LiveCycle should be asked here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-manager-community

    2 replies

    try67
    Community Expert
    try67Community ExpertCorrect answer
    Community Expert
    September 2, 2025
    kglad
    Community Expert
    Community Expert
    September 1, 2025

    in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

    p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



    <"moved from using the community">