• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Merge 3 rsforms into one mysql table

Merge 3 rsforms into one mysql table 4 years 3 months ago #40940

Hi,

could anyone help me to use mapping option to merge three reforms into one single mysql table ?

Please, i'm trying and trying with no result...

Thanks in advance..
The administrator has disabled public write access.

Merge 3 rsforms into one mysql table 4 years 3 months ago #40941

Hi,

could anyone help me use mapping to merge 3 forms into one mysql table?
I used "insert" for the first form to merge and "update" for the 2nd and 3rd but i can't figure out how to tell the forms to update the same line (record) of the first inserted form...

Thanks in advance.
The administrator has disabled public write access.

Merge 3 rsforms into one mysql table 4 years 3 months ago #40945

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

For this you will need to keep a reference/unique id or key across all forms that will allow you to target the same submission. One way to achieve this would be to use a hidden field in your first form, generate a unique string that will be used for the key on all 3 forms, then make sure that when you want to update a record using your 2nd and 3rd forms you will have this reference available.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!