Forums

Send ID to any one who submit the form

osamatiti 26 Aug, 2017
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
Max_admin 26 Aug, 2017
Hi osamatiti,

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
osamatiti 26 Aug, 2017
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
Max_admin 28 Aug, 2017
Hi osamatiti,

Please try to remove the model name, does it work ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.