Hi everyone,
I'm trying to modify what the body of the email will look like once the user has pressed an email submit button. In Livecycle designer, I clicked on the button and viewed the xml source. I scrolled down to the following line:
<submitformat="xml" textEncoding="UTF-8" target="mailto:test&test.com?subject=My subject"/>
Then changed it to:
<submitformat="xml" textEncoding="UTF-8" target="mailto:test&test.com?subject=My subject?body=new body"/>
When I tested the button, the text "?body=new body" was appended to the subject line instead of being included in the body itself.
I wondered if anyone could tell lme where I'm going wrong?
Appreciate any help.