Hello,
I currently have a v5 form that uses some custom php code in the email template:
This adds part of the the input value ID to the value that was entered in the input box.
I'm in the process of updating and rebuilding this form into ChronoFroms v6, however this code does not seem to translate to the v6 form.
Can anyone help and provide an example of how this should be formatted for a v6 form?
Thanks
Lee
I currently have a v5 form that uses some custom php code in the email template:
<?php if ( !empty($form->data['SSS-HPLB']) ) { echo "{$form->data['SSS-HPLB']} - HPLB"; } ?>
This adds part of the the input value ID to the value that was entered in the input box.
I'm in the process of updating and rebuilding this form into ChronoFroms v6, however this code does not seem to translate to the v6 form.
Can anyone help and provide an example of how this should be formatted for a v6 form?
Thanks
Lee