Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

How do I specify which fields/subforms are submitted with a button?

Avatar

Level 3

Hi Folks,

I have a form with a whole bunch of subforms with a lot of show/hide dependencies, wrapped into 2 main subforms. I have a submit button in each of the 2 main subforms, but they submit the entire form; how do I change the standard submit button code to gather only 1 of the main subforms (where the button is contained)? The code LiveCycle automatically put in for the buttons is:

<event name="event__click" activity="click">

  <submit format="pdf" textEncoding="UTF-16" target="mailto:?subject=Incident Notification" xdpContent="pdf datasets"/>

  </event>

I'm assuming I need to change something in xdpContent? I have basically no coding experience, any help would be reeaaaaaaaaally appreciated!

0 Replies