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
Hi osamatiti,
You will need to get the id from the save_data result variable:
The "save_data_name" is the name of the "Save data" action which is inside a black label.
Best regards,
Max
You will need to get the id from the save_data result variable:
{var:save_data_name.Model.aid}
The "save_data_name" is the name of the "Save data" action which is inside a black label.
Best regards,
Max
Thank you Admin
I did it like this - your id is {var:save_data9.conference1.aid}
based on names that i have but still not sending the aid
please see the attachement
thank you
I did it like this - your id is {var:save_data9.conference1.aid}
based on names that i have but still not sending the aid
please see the attachement
thank you
Hi osamatiti,
Please try to remove the model name, does it work ?
Best regards,
Max
Please try to remove the model name, does it work ?
Best regards,
Max
This topic is locked and no more replies can be posted.