I created registration form for conference and i need to send every one his registration id
before in chronoform5 its working fine like this:
Dear {title} {firstname} {lastname}
Your Registration id is {id}
but i did the same in chronoform 6 but the id is not sending
Dear {data:title} {data:first_name} {data:last_name}
Your Registration ID is {data:aid} where aid is the field name in the table but id is not sending
before in chronoform5 its working fine like this:
Dear {title} {firstname} {lastname}
Your Registration id is {id}
but i did the same in chronoform 6 but the id is not sending
Dear {data:title} {data:first_name} {data:last_name}
Your Registration ID is {data:aid} where aid is the field name in the table but id is not sending