Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

The -- field notation for bxp Forms

538 bytes added, 20:15, 30 June 2014
no edit summary
In this case, let's say we want the customers First Name, which is in field strCDA_6_field_0_1
 
 
So we want our email to pull whatever is in field strCDA_6_field_0_1 and put it into our email.
 
 
We need to create our email.... so we say:
 
''
Hello --strCDA_6_field_0_1--,
 
Thank you for calling today. We hope you enjoyed your experience.
 
Please call again soon.
 
Kind regards
bxp software''
 
 
We use the -- notoation with the field name in order to do the replace.
 
This replacement can be done with as many fields as you like.
 
You can reuse the same field numerous times in the same email... all replacements will be made.
7,528
edits