Search code examples
phpjoomlajoomla1.5joomla-extensions

insert data from a custom form in Joomla


I need to create an "Acknoledgment" page that once a registered user reads, they hit I agree and stores their username and timestamp into a new table, (meabe I could use joomla's jos_users table).. What component or what would be the simplest way of doing this?


Solution

  • To create the form and integrate it into a Joomla article you may use RS Form (component for creation, plugin for integration). Then you may create menu item and make it accessable oly for registered users. All data will be stored in database and visible from Joomla admin.

    I hope it is helpfull.