• 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: Update rsform_submissions to Hide a Record

Update rsform_submissions to Hide a Record 9 years 3 months ago #33963

  • Roberts
  • Roberts's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 54
  • Thank you received: 1
Hi Alex, I wonder if can you help?

Here is what I am trying to do

Form 1 (Contacts) is a simple contact form. When completed, the client is added to a Callback list (confirmed submissions only).

Form 2 (CallBack) is another simple form embedded into the submissions details page for Form 1.

A new client completes Form 1 asking for a call back. Once we have called the client we need to set rsform_submissions.confirmed="0" via the mapping utility so that the client no longer appears in Form 1 submissions.

In Form 1 submissions view, I can see the SubmissionId for the current record in the address bar but I don't know the correct syntax to use to update the matching SubmissionId in rsform_submissions

For example, put crudely -

UPDATE jos_rsform_submission SET FieldValue='0' WHERE SubmissionId= ( the SubmissionId of the record I'm viewing in Form 1 submissions)

Hope that makes sense ;-)

Regards
Last Edit: 9 years 3 months ago by Roberts.
The administrator has disabled public write access.

Update rsform_submissions to Hide a Record 9 years 3 months ago #33975

  • Roberts
  • Roberts's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 54
  • Thank you received: 1
Just as an aside to this

I have tried updating rsform_submissions table using mapping function (update) but it will not allow me to place a zero in the 'confirmed' collumn !
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!