Hello,
Im using Chronoforms V4 on Joomla 1.7 now and it works fine.
But I have a couple of questions;
Is it possible and if it is how to give a unique number to each forms that is being mailed to me. I believe there was a code but what is the code?
And how to store the forms in a database with mysql, so not the database inside ChronoForms but a database I made with mysql.
Thanks in advance!
Im using Chronoforms V4 on Joomla 1.7 now and it works fine.
But I have a couple of questions;
Is it possible and if it is how to give a unique number to each forms that is being mailed to me. I believe there was a code but what is the code?
And how to store the forms in a database with mysql, so not the database inside ChronoForms but a database I made with mysql.
Thanks in advance!
Hi szd94,
You can generate a unique id in a Custom Code action before the Email action in the OnSubmit event.
Do you mean a different database or a different table in the Joomla! database? Both are possible using the DB Save action settings provided that the database can be accessed OK.
Bob
You can generate a unique id in a Custom Code action before the Email action in the OnSubmit event.
Do you mean a different database or a different table in the Joomla! database? Both are possible using the DB Save action settings provided that the database can be accessed OK.
Bob
Hello,
Thanks a lot but what is the code for the before email code?
And I mean a mysql database on my server, not in Joomla itself.
Thanks a lot but what is the code for the before email code?
And I mean a mysql database on my server, not in Joomla itself.
This topic is locked and no more replies can be posted.