How to create a login/password verification for very specific users followed by loading user specific data from database fields Company Name, Id of the Company and FIL . These fields already existing in the database and I have this form already prepared in chronoform which loads data based on token ID but not able to connect user specific to their data.
Such as when I say token=value of cf_uid in the URL it loads the data.
Only things that I wanted to achieve is the loaded form specific to the user on user authentication only.
Currently all user info exists in user table. I am on Joomla 2.5.4.
Your advice is really needed.
Right now I have a drop down menu and with every user listed. All registered user can see this drop down and submit a requests which we need to prevent and only authorized users can only submit his own quotes using this form.
Such as when I say token=value of cf_uid in the URL it loads the data.
Only things that I wanted to achieve is the loaded form specific to the user on user authentication only.
Currently all user info exists in user table. I am on Joomla 2.5.4.
Your advice is really needed.
Right now I have a drop down menu and with every user listed. All registered user can see this drop down and submit a requests which we need to prevent and only authorized users can only submit his own quotes using this form.