Hello all,
First off, this is an excellent component and extremely powerful. Tried it out at first to make sure it would work for a particular project and decided to purchase a 3 domain subscription.
I've looked through extensively on the forums and though I found several topics similar to my problem I'm having trouble tying them all together. I'm new to chronoforms and don't have much experience with php or mysql so that probably is why I'm a bit lost.
The issue at hand is as follows:
I have a registration form that is using the Joomla Registration plugin with data being saved to "jos_chronoforms_formname" since I have two extra fields (Company Name and Phone) that are not part of the normal joomla registration. Everything works perfect there, user is registered and able to login and data is sent to "formname" database.
The second part is where the issue occurs. Once user is logged in they are taken directly to a new form that expands on their information. I want to be able to update the "jos_chronoforms_formname" with this new information. I have both Form A and Form B connected to the "jos_chronoforms_formname" table per your tutorial, but beyond that I'm completely stuck.
Aside from that I am also having trouble pulling the information from Form A into Form B so that it is displayed but uneditable, for example:
Form A:
Company Name
Name
Phone Number
Email/Username
Password
Certain data needs to be passed on to Form B: (once logged in)
Company Name
Name
Phone Number
Email/Username
I've seen lot's of references to getUser but I just can't put it all together. I've also tried the profile plugin but it seems will only work if the userid is known. I know the answer lies somewhere just a little beyond my reach.
I have cfbkup files ready if needed. I am grateful for any guidance, thanks!
First off, this is an excellent component and extremely powerful. Tried it out at first to make sure it would work for a particular project and decided to purchase a 3 domain subscription.
I've looked through extensively on the forums and though I found several topics similar to my problem I'm having trouble tying them all together. I'm new to chronoforms and don't have much experience with php or mysql so that probably is why I'm a bit lost.
The issue at hand is as follows:
I have a registration form that is using the Joomla Registration plugin with data being saved to "jos_chronoforms_formname" since I have two extra fields (Company Name and Phone) that are not part of the normal joomla registration. Everything works perfect there, user is registered and able to login and data is sent to "formname" database.
The second part is where the issue occurs. Once user is logged in they are taken directly to a new form that expands on their information. I want to be able to update the "jos_chronoforms_formname" with this new information. I have both Form A and Form B connected to the "jos_chronoforms_formname" table per your tutorial, but beyond that I'm completely stuck.
Aside from that I am also having trouble pulling the information from Form A into Form B so that it is displayed but uneditable, for example:
Form A:
Company Name
Name
Phone Number
Email/Username
Password
Certain data needs to be passed on to Form B: (once logged in)
Company Name
Name
Phone Number
Email/Username
I've seen lot's of references to getUser but I just can't put it all together. I've also tried the profile plugin but it seems will only work if the userid is known. I know the answer lies somewhere just a little beyond my reach.
I have cfbkup files ready if needed. I am grateful for any guidance, thanks!