• 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: How can I save my form's data into RSForms table?

How can I save my form's data into RSForms table? 11 years 7 months ago #24868

  • lexx006
  • lexx006's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hello everybody!

I've created a submission form and I need to save its data into RS Forms submission tables. It works with logged in users only but I want the form to save its data if a visitor is not logged in as well.

How can I do this?

Thanks for advance!
The administrator has disabled public write access.

How can I save my form's data into RSForms table? 11 years 7 months ago #24871

  • lexx006
  • lexx006's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Nothing's easier!

ALTER TABLE #__rsform_submissions MODIFY Username varchar(255) null;

what the reason to have the field as NOT NULL???
Last Edit: 11 years 7 months ago by lexx006.
The administrator has disabled public write access.

How can I save my form's data into RSForms table? 5 years 8 months ago #39417

When peeople send a from it is not being saved in the data base "submission"
What to do so that the form is saved ?
Thanks
Eric
The administrator has disabled public write access.

How can I save my form's data into RSForms table? 5 years 8 months ago #39418

When peeople send a from it is not being saved in the data base "submission"
What to do so that the form is saved ?
Thanks
Eric
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!