Avatar

Level 1

Please explain me....!!

this is a part of (send button) in XML Source

  </field>
         <field name="Button1" y="241.3mm" x="127mm" w="22.225mm" h="6mm">
           <ui>
               <button highlight="inverted"/></ui>
            <font typeface="Myriad Pro"/>
            <caption>
               <value>
                  <text>Send by Email</text>
               </value>
               <para hAlign="center" vAlign="middle" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" marginLeft="0pt" marginRight="0pt"/>
               <font typeface="Myriad Pro" size="8pt" baselineShift="0pt" fontVerticalScale="80%"/>
            </caption>
            <border hand="right">
               <fill>
                  <color value="212, 208, 200"/>
               </fill>
               <?templateDesigner StyleID apbx1?></border>
            <bind match="none"/>
            <event name="event__click" activity="click">
               <submit format="pdf" textEncoding="UTF-16" target="mailto:xxxxxxx.xxxx@xxxx.com" xdpContent="pdf datasets xfdf"/>
            </event>
         </field>

where I have to insert the string to make invisible buttons to send and reset...

Thanks

Emiliano