Expand my Community achievements bar.

Add two fields and submit as new field

Avatar

Former Community Member
I have two text fields named 'Feet' and 'Inches' on my PDF form. I have changed their binding to 'None' so they will not be included in the XML sent via email. I want to concatenate these two fields into a new field and send THAT one in the XML.

For example, the user will see these two fields.

'Feet' = '5'
'Inches = '7'

It would traditionally transmit like this


5
7


Instead of sending these fields, I want to send a new field called 'Height' as a combination of these fields


507


It is very important to do all of the calculation and concatenation within the form itself and not at the destination.

What is my best approach to solving this problem?!

Thanks for your help!
1 Reply

Avatar

Former Community Member
You can introduce a hidden field named "height" and set its binding to normal.