I have just started learning php so I am a novice, please go easy with the code
I have joomla installed which has its own mysql database
when I create a table in chronoforms it already includes a field for user id (cf_user_id) and it retrieves that data from the joomla database I am assuming, then it saves it in the database with every submission
what id like to be able to do is with every submission instead of capturing just the user id, do the same with user email and user name so that a)they wont have to input it themselves when they are filling in the form, since they are already logged in, b) so that I will be able to dynamically send the completed form to the sumbiters email c)so that when I received the email with the submiters forms it will be easy to archive and work with
can anyone help on this?
I have joomla installed which has its own mysql database
when I create a table in chronoforms it already includes a field for user id (cf_user_id) and it retrieves that data from the joomla database I am assuming, then it saves it in the database with every submission
what id like to be able to do is with every submission instead of capturing just the user id, do the same with user email and user name so that a)they wont have to input it themselves when they are filling in the form, since they are already logged in, b) so that I will be able to dynamically send the completed form to the sumbiters email c)so that when I received the email with the submiters forms it will be easy to archive and work with
can anyone help on this?