• 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: Need ID of most recent row inserted by form

Need ID of most recent row inserted by form 13 years 6 months ago #11810

  • billc108
  • billc108's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi folks,

I'm working on a system where I need to pull the ID of the most recent record added by RSForm Pro so that I can use it to populate fields on the resulting page with some of the submitted data.

I figured I could use mysql_insert_id() if I could figure out where and how to put it... but so far, no luck. I'm open to suggestions.

The second page is itself a credit card payment form (not yet built in RSForm), so perhaps it's possible to "chain" a second RSForm to the first. Any pointers on how to do that?

Thanks!
The administrator has disabled public write access.

SOLVED:Re:Need ID of most recent row inserted by f 13 years 6 months ago #11818

  • billc108
  • billc108's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Figured out a way around this using the post-submission script. I basically built and redirected to a URL and captured the data on the resulting page with $_GET[].
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!