• 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: Recording data form

Recording data form 11 years 3 weeks ago #27177

Hi,

I created a simple form with two inputs named "name" and "surname".

I want after the submitting to record the two values in a database.

With PHP I know to record data into a table. But how read the two values (name and surname) to record these ?

Thanks for your answers.

Bye,
The administrator has disabled public write access.

Recording data form 11 years 3 weeks ago #27201

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

By default RSForm!Pro saves data within the database(more precisely the tables the component uses have "#__rsform" prefix). In order to do so, the "Save data to database" option has to be enabled:

www.rsjoomla.com/support/documentation/v...form-properties.html

If you want to save the data within another table, you can consider using the mappings feature:

www.rsjoomla.com/support/documentation/v...database-tables.html
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Recording data form 11 years 3 weeks ago #27209

Thanks for you answers.

But, how can I do to read the saved data ?

See you.

Bye, ;)
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!